C++ project template.
CMake is required to build the project.
- Execute
build.py
.
python3 build.py
Done!
cmake -D CMAKE_BUILD_TYPE=Release -B build -S .
cmake --build build --config Release
- Use
tools/build-deps.py
to build the dependencies.
cd tools
python3 build-deps.py
cd ..
Add source
to the project and build manually. Required headers will be in include
folder, libraries will be in lib
folder.