cmake_learning/README.md

10 lines
121 B
Markdown

# build
Use preset from `CMakePresets.json`
cmake -S . --preset=default
And then build
cmake --build build/default