如何编写一个 Cmake 文件来编译我所有的子目录,每个子目录都有自己的可执行文件?
/Project
Cmakelist.txt
/project 1
/src
.cpp
/include
.h
/project 2
/src
.cpp
/include
.h