Questions tagged [external-project]

CMake's support for obtaining, building and installation of projects distinct from the one currently being processed.

The build management tool CMake supports obtaining, building and installing projects - distinct and separate from the current one it is processing - using the ExternalProjcect() command.

Use this tag for questions regarding this feature.

106 questions
0
votes
1 answer

cmake: how to include/compile files out of the project directory?

I have this directory structure: projects/ project1/ src/ main.cpp CMakeLists.txt project2/ src/ file1.h file1.cpp test1.cpp The top level projects directory cannot…
Pietro
  • 12,086
  • 26
  • 100
  • 193
1 2 3 4 5 6 7
8