Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 152 Bytes

File metadata and controls

10 lines (7 loc) · 152 Bytes

learn-cmake

cmake 的一些示例

  • test_install: install 指令
cmake -B build
cmake --build build --config=Release --target=install