[CMake] Changing output path for MSVC so that it does not contain debug/release

Matthieu Brucher matthieu.brucher at gmail.com
Fri Feb 16 15:23:48 EST 2007


Hi,

I'm trying to generate a CMakeList.txt file for a project that used a simple
Visual Studio solution. As there was a lot of images and data to load at the
start of the programs, everything was put in a /bin/data folder and the
programs and libraries were generated in the /bin folder with a _d suffix
for the debug versions.
Is it possible to do something like this with CMake ? I tried to find a
solution in the documentation, but no luck :(

Matthieu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20070216/aa34b20f/attachment.htm


More information about the CMake mailing list