目录结构 {总项目目录}/ |-- {子项目目录}/ | |-- main.cpp |-- {子项目目录}/ | |-- main.cpp |-- CMakeLists.txt ``` ## CMakeLists.txt ```cmake cmake_minimum