Attached is an updated patch that works with 2.4.7.
-Richard
Sylvain Benner wrote:
Is there a way to group projects in a solution? Something like this
would be handy
CMakeProject
--> ALL_BUILD
--> ZERO_CHECK
etc
lib
--> lib1
--> lib2
Possibly something that follows
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 w
Hi,
I have a problem when building an object that resides in a path with
spaces. I have the following source tree:
/test
CMakeLists.txt
two words/
CMakeLists.txt
main.cpp
When I attempt to build this (in or out of source, using the generated
Makefile), I get:
make[2]: Enteri