Re: [CMake] How to add project files?

2017-07-14 Thread rleigh
On 2017-07-14 03:33, Florian Lindner wrote: Now, in the docs I everywhere read not to add the files using GLOB. However, I have found no definitive guide how to add project files in a large project with subdirs like that. How would you do it in cmakeish fashion? List each file explicitly.

[CMake] How to add project files?

2017-07-13 Thread Florian Lindner
Hello, our project, which is currently using scons is structured like this ROOT - SConstruct - CMakeLists.txt - src/ - SConscript - CMAkeLists.txt - Module1 - somesourcefiles.cpp - tests/ - testsourcefiles.cpp - config/ - configsourcefile.cpp