[CMake] Specifying build directory

Anders Backman andersb at cs.umu.se
Thu Feb 18 02:38:56 EST 2010


Hi all.

Im using latest (2.8 CMake) under Windows, VisualStudio 2008.


When I mix x86 and x64 builds, I would like to separate the actual output
directory for the builds so that I dont get problems about mixing build
types.

Right now, the obj files etc is created in: src\foo.dir\Debug
no matter if I build in x86 OR in x64. I would like this to become:

src\foo.dir\X86\Debug and src\foo.dir\X64\Debug

Is there a way to specify this?


Cheers,
Anders

--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100218/38d8cfee/attachment.htm>


More information about the CMake mailing list