cmake
常用编译指令
cmake -S . -B build
cmake --build build
-DCMAKE_BUILD_TYPE=Debug
-DCMAKE_MAKE_PROGRAM=ninja
-DCMAKE_BUILD_TYPE=Debug
-G Ninja
-S .
-B build
--build
参考资料
- Lastest Release Cmake Reference Documentation
- https://cmake.org/documentation/
- Modern CMake 简体中文版
- cmake 实践
- [CMake-Summary-of-documentation-chinese-@fenneishi](https://github.com/fenneishi/CMake-Summary-of-documentation-chinese-)