Re: [CMake] CMake Project Structure Out of Source Build

2010-03-04 Thread Michael Wild
On 4. Mar, 2010, at 14:02 , Flo wrote: > Hello, > > For our Project, we need a structure where its possible to work/test/deploy > a single module and also build products which uses some modules. > > f.e > > MODULE 1 > /bin > /scr > /test-src > CMakeLists.txt > > MODULE 2 >

[CMake] CMake Project Structure Out of Source Build

2010-03-04 Thread Flo
Hello, For our Project, we need a structure where its possible to work/test/deploy a single module and also build products which uses some modules. f.e MODULE 1 /bin /scr /test-src CMakeLists.txt MODULE 2 /bin /src /test-src CMakeLists.txt PRODUCT 1