On 1/4/07, Alexander Neundorf <[EMAIL PROTECTED]> wrote:


You could setup two out-of-source buildtrees and compile each with a
different buildtype. Is this good enough ?


Hmm.. never thought of this. So my layout would be

build/
 /debug
 /release

go in both directories in build and issue cmake -DCMAKE_BUILD_TYPE=Debug -G
"NMake Makefiles" path/to/source/tree and with type Release respectively.
Yes?

PS. Sorry, I'm quite new to CMake and docs are not as much compelling as I
would like them to be.
Thanks!
-Marcin
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to