[CMake] How to create a solution folder in Visual Studio 2005?
Richard Moreland
rmoreland at acusoft.com
Tue Aug 14 09:13:04 EDT 2007
Hi,
I recently added support for Solution Folders in VS2K5 by making these
changes:
http://ncogni.to/cmake_solution_folders.zip
It creates a solution folder hierarchy that matches your folder
hierarchy on disk. See http://ncogni.to/sshot-40.png to see what I
mean. If this isn't what you want, at least you can see how I
implemented it by diffing my files against 2.4.6.
You'll need to download the CMake 2.4.6 source (I did this before 2.4.7
was released), apply these files, and build. Then, just
Set(NEST_SOLUTION_FOLDERS True) in your toplevel CMakeLists.txt.
Hope this helps,
Richard
MS wrote:
>
> Hello,
>
> how can I create a solution folder in Visual Studio 2005 using CMake?
>
>
>
> Thanks,
>
> Markus
>
More information about the CMake
mailing list