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 file for each application, so
that a developer working on that application does not have to load the full solution file. Is this possible?

Hello,

As far as i know, CMake generates a global solution AND a solution per project (added with ADD_SUBDIRECTORY). But I don't use the last CMake version, maybe it has changed in the latest release.

-Sylvain

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to