Re: [CMake] cmake & sub-project(s)...

2008-05-04 Thread Timenkov Yuri
On Saturday 03 May 2008 21:11:03 Michael Andronov wrote: > Hi, Yuiri - > > Thank you for your speedy reply to my question. > > >>> ...you mean under "solution/project structure"? > > In plain .NET 2005, I was able to create the following: > solution foo, > project `library' within foo. > anoth

Re: [CMake] cmake & sub-project(s)...

2008-05-03 Thread Timenkov Yuri
On Saturday 03 May 2008 05:35:02 Michael Andronov wrote: > Let me explain briefly my question: > > I have the following dir structure with my source file: > foo/ > library/{ some code here for the library} > samples/ >example1/{ some code here for example 1} >

[CMake] cmake & sub-project(s)...

2008-05-02 Thread Michael Andronov
Let me explain briefly my question: I have the following dir structure with my source file: foo/ library/{ some code here for the library} samples/ example1/{ some code here for example 1} example2/{ some code here for example 2} My goal is to