Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 536 Bytes

File metadata and controls

9 lines (9 loc) · 536 Bytes

8个cmake使用demo

  • hello-world 最简单的CMakeLists.txt编写
  • hello-world-clear 编写可以安装文件的CMakeLists.txt
  • hello-world-lib 静态库和动态库生成和安装的CMakeLists.txt
  • hello-world-shared 如何使用和链接库文件的CMakeLists.txt
  • show-vars 如何显示各种系统自定义变量的CMakeLists.txt
  • curl 如何利用模块使用curl第三方库的CMakeLists.txt
  • hello-module 如何编写自定义的模块的CMakeLists.txt
  • config-file 如何使用configure_file()指令的CMakeLists.txt