| extras | ||
| lib | ||
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||
| exe_main.cpp | ||
| lib_main.cpp | ||
| README.md | ||
Configuration
This project uses CMake to configure and build. Currently only Win32 is supported.
cmake -S . -B build
Build
cmake --build build --config Debug
| extras | ||
| lib | ||
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||
| exe_main.cpp | ||
| lib_main.cpp | ||
| README.md | ||
This project uses CMake to configure and build. Currently only Win32 is supported.
cmake -S . -B build
cmake --build build --config Debug