Is there a way to build multiple build types at one go?

I would like to be able to build Debug and Release like
nmake debug; nmake install
nmake release; nmake install

assuming that both versions install to different directories.

Thanks!
-Marcin
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to