cmake_learning/README.md

10 lines
121 B
Markdown
Raw Permalink Normal View History

2021-07-12 17:22:42 +03:00
# build
Use preset from `CMakePresets.json`
cmake -S . --preset=default
And then build
cmake --build build/default