Re: [CMake] Project Grouping in a solution

2007-09-27 Thread Richard Moreland
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

Re: [CMake] How to create a solution folder in Visual Studio 2005?

2007-08-14 Thread Richard Moreland
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

[CMake] Building an object with spaces in path

2006-07-07 Thread Richard Moreland
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