Add the compilation system using XMake to build the project.
For this issue the system should be able to compile a basic "hello world" C++ file. Feel free to add a basic main.cpp file to allow compilation.
The C++ standard should be set to C++ 20.
As we compile a library, compilation should be done using xmake build.
Unit tests should run with xmake test.
Reactions are currently unavailable
Add the compilation system using XMake to build the project.
For this issue the system should be able to compile a basic "hello world" C++ file. Feel free to add a basic main.cpp file to allow compilation.
The C++ standard should be set to C++ 20.
As we compile a library, compilation should be done using xmake build.
Unit tests should run with xmake test.