[CMake] Visual Studio, Solutions and dependant projects

2007-09-17 Thread Stephan Diederich
Hi, I want to reanimate discussions about (Visual Studio) support for the following sourcecode layout: Toplevel | -CMakeLists.txt (sets all common stuff) -apps -CMakeLists.txt (adds only the different apps with add_subdirectory(...)) | - App1 - CMakeLists.txt (project(app1),

RE: [CMake] Visual Studio solutions

2007-08-10 Thread Torsten Martinsen
I wrote: when I use the Visual Studio 7 .NET 2003 generator, CMake generates one .vcproj file for each library/application, and one .sln file that contains all the .vcproj files, with appropriate dependencies. So far so good. What I would like in addition is a .sln file for each

[CMake] Visual Studio solutions

2007-07-27 Thread Torsten Martinsen
Hi, when I use the Visual Studio 7 .NET 2003 generator, CMake generates one .vcproj file for each library/application, and one .sln file that contains all the .vcproj files, with appropriate dependencies. So far so good. What I would like in addition is a .sln file for each application, so

RE: [CMake] Visual Studio solutions

2007-07-27 Thread Torsten Martinsen
Sylvain Benner mailto:[EMAIL PROTECTED] wrote: Torsten Martinsen a écrit : Hi, when I use the Visual Studio 7 .NET 2003 generator, CMake generates one .vcproj file for each library/application, and one .sln file that contains all the .vcproj files, with appropriate dependencies. So far so

Re: [CMake] Visual Studio solutions

2007-07-27 Thread Sylvain Benner
Torsten Martinsen a écrit : Hi, when I use the Visual Studio 7 .NET 2003 generator, CMake generates one .vcproj file for each library/application, and one .sln file that contains all the .vcproj files, with appropriate dependencies. So far so good. What I would like in addition is a .sln

Re: [CMake] Visual Studio solutions

2007-07-27 Thread Brandon Van Every
On 7/27/07, Torsten Martinsen [EMAIL PROTECTED] wrote: Sylvain Benner mailto:[EMAIL PROTECTED] wrote: As far as i know, CMake generates a global solution AND a solution per project (added with ADD_SUBDIRECTORY). Not for me, it doesn't. Do you actually have PROJECT statements in your