Re: [CMake] suggested or best-practice for independent subproject library

2013-12-14 Thread Mateusz Loskot
(I'm picking up a few months old thread, which seems to have not received any answer) Jeet Sukumaran wrote > I have a project that includes (and is dependent on) some independent > sub-projects, e.g. > > "project1"/ > CMakeLists.txt > src/ > library1/ >

[CMake] suggested or best-practice for independent subproject library

2013-05-12 Thread Jeet Sukumaran
I have a project that includes (and is dependent on) some independent sub-projects, e.g. "project1"/ CMakeLists.txt src/ library1/ CMakeLists.txt include/ src/