Contents

cmake

基本概念

target:代表可执行程序或库(elf,so)
add_executable
add_library
add_custom_command
project:
command:
target properties:

  1. cmake构建系统是由一系列target组成,cmake就是围绕target进行展开的。

cmake缓存

cmake cache

预设-preset