简介

Kevin2li小于 1 分钟

简介

参考;https://cmake.org/cmake/help/latest/guide/tutorial/index.htmlopen in new window

教程

入门

常用命令

基本命令

  • message
  • cmake_minimum_required
  • add_executable
  • add_library
  • add_subdirectory

控制逻辑

  • if,endif
  • elif, endif
  • while, endwhile
  • foreach, endforeach
  • list
  • return
  • set_property

参考