CMake笔记
latest

Contents:

  • cmake
    • cmake简介
    • Write CMakeLists.txt
    • 指令
      • 常用指令
      • 变量简介和常用变量
      • 条件语句
      • 循环语句
      • find类指令
      • find_package
      • function和macro
      • install
      • 使用CPack生成安装包
    • cmake项目构建风格
    • 使用cmake构建项目
    • cmake和其他工具的配合使用
    • Others
    • 常用使用情景总结
    • 一些建议
    • 问题总结
CMake笔记
  • Docs »
  • cmake »
  • 指令
  • Edit on GitHub

指令¶

  • 常用指令
  • 变量简介和常用变量
  • 条件语句
  • 循环语句
  • find类指令
  • find_package
  • function和macro
  • install
  • 使用CPack生成安装包
Next Previous

© Copyright 2020, sylar.liu Revision 38822f60.

Built with Sphinx using a theme provided by Read the Docs.