Re: [CMake] Multiple makefile builds in a single in-source tree.

2007-10-04 Thread KSpam
Joe, Although I cannot help you with your specific question, I can tell you how I have accomplished multiple builds in a single out-of-source tree. This same process should translate to an in-source tree as well. I create a build directory in the top-level of my project. To build, I use the

[CMake] Multiple makefile builds in a single in-source tree.

2007-10-03 Thread Josef Karthauser
I'm trying to determine how much work is required modify cmake to support in-source build trees for multiple Makefile configurations. Currently, given a source tree such as: Source/ Proj1/ Proj2/ with CMakeLists.txt files at each level, it is possible to

[CMake] Multiple makefile builds in a single in-source tree.

2007-10-03 Thread Josef Karthauser
I'm trying to determine how much work is required modify cmake to support in-source build trees for multiple Makefile configurations. Currently, given a source tree such as: Source/ Proj1/ Proj2/ with CMakeLists.txt files at each level, it is possible to c