I have a project with the following file layout:
Project ├── CMakeLists.txt ├── app │ ├── CMakeLists.txt │ └── main.cpp └── ext ├──CMakeLists.txt