Re: [CMake] Splitting in multiple directories

2016-07-15 Thread portolan
Yes, it was add_subirectory. I tried once more after cleaning up the CMakeList.txt and now it worksI must have ad some spurious settings generating the error. Thanks, Michele Le 13/07/2016 à 22:48, Alexander Neundorf a écrit : On Tuesday 12 July 2016 09:00:43 portolan wrote: Hello,

Re: [CMake] Splitting in multiple directories

2016-07-13 Thread Alexander Neundorf
On Tuesday 12 July 2016 09:00:43 portolan wrote: > Hello, > > I am new to Cmake and I have a pretty strange behaviour: I set my c+++ > project to work with a single CMakefile.txt, and now I am trying to have > a more proper version with a .txt for each subdirectory > > Pretty normal stuff, my sou

[CMake] Splitting in multiple directories

2016-07-12 Thread portolan
Hello, I am new to Cmake and I have a pretty strange behaviour: I set my c+++ project to work with a single CMakefile.txt, and now I am trying to have a more proper version with a .txt for each subdirectory Pretty normal stuff, my source tree is: --Lib(my sources)