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
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))
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
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
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
>> ..
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
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