Re: [CMake] few solutions with cmake

2011-03-03 Thread Bill Hoffman
On 3/3/2011 9:59 AM, gekso wrote: No, only one solution (someproject.sln) for all three targets.. 2.8.3 version 2011/3/3 Robert Bielik: Anton Sibilev skrev 2011-03-03 15:49: Hello! One more question.. For example I have such structure: folder:base CMakeLists.txt (with PROJECT(someproject

Re: [CMake] few solutions with cmake

2011-03-03 Thread gekso
David, it has helped me, thanks :) 2011/3/3 David Cole : > On Thu, Mar 3, 2011 at 9:52 AM, Robert Bielik > wrote: >> Anton Sibilev skrev 2011-03-03 15:49: >>> >>> Hello! One more question.. For example I have such structure: >>> >>> folder:base >>> CMakeLists.txt (with PROJECT(someproject))

Re: [CMake] few solutions with cmake

2011-03-03 Thread Robert Bielik
David Cole skrev 2011-03-03 15:57: Solution files correspond to "project" commands in CMakeLists.txt. Add a "project" command at the top of "app/CMakeLists.txt" Of course, I usually put a project command at top of CMakeLists.txt so I get the solution files... didn't cross my mind that not eve

Re: [CMake] few solutions with cmake

2011-03-03 Thread gekso
No, only one solution (someproject.sln) for all three targets.. 2.8.3 version 2011/3/3 Robert Bielik : > Anton Sibilev skrev 2011-03-03 15:49: >> >> Hello! One more question.. For example I have such structure: >> >> folder:base >> CMakeLists.txt (with PROJECT(someproject)) >> folder:lib1

Re: [CMake] few solutions with cmake

2011-03-03 Thread David Cole
On Thu, Mar 3, 2011 at 9:52 AM, Robert Bielik wrote: > Anton Sibilev skrev 2011-03-03 15:49: >> >> Hello! One more question.. For example I have such structure: >> >> folder:base >> CMakeLists.txt (with PROJECT(someproject)) >> folder:lib1 >> CMakeLists.txt >> folder:lib2 >> ..

Re: [CMake] few solutions with cmake

2011-03-03 Thread Robert Bielik
Anton Sibilev skrev 2011-03-03 15:49: Hello! One more question.. For example I have such structure: folder:base CMakeLists.txt (with PROJECT(someproject)) folder:lib1 CMakeLists.txt folder:lib2 CMakeLists.txt folder:app CMakeLists.txt and result is somepr

[CMake] few solutions with cmake

2011-03-03 Thread Anton Sibilev
Hello! One more question.. For example I have such structure: folder:base CMakeLists.txt (with PROJECT(someproject)) folder:lib1 CMakeLists.txt folder:lib2 CMakeLists.txt folder:app CMakeLists.txt and result is someproject.sln with 3 projects lib1, lib2, ap