次の構造のプロジェクトがあります。
proj:
-CMakeLists.txt
-subdir0
-CMakeLists.txt
-app0.cpp
-app1.cpp
-subdir1
-CMakeLists.txt
-app2.cpp
そしてビルド後、私は持っているのが好きです:
proj:
-CMakeLists.txt
-subdir0
-CMakeLists.txt
-app0.cpp
-app1.cpp
-subdir1
-CMakeLists.txt
-app2.cpp
-build
-subdir0
-app0.exec
-app1.exec
-subdir1
-app2.exec
CMakeのドキュメントは読むのが非常に難しく、ここで必要なのは、これを設定する方法の例(既存のプロジェクトなど)だけです...
どうもありがとう!