cmake笔记

记录一个CMake速查表。

运行 cmake

1
2
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j8

常用函数

阅读更多