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
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
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