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 ap

Re: [CMake] Visual Studio solutions

2007-07-27 Thread Brandon Van Every
On 7/27/07, Torsten Martinsen <[EMAIL PROTECTED]> wrote: > Sylvain Benner 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

RE: [CMake] Visual Studio solutions

2007-07-27 Thread Torsten Martinsen
Sylvain Benner 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 depende

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 f