[CMake] How change debug target names? appd.exe libd.dll

Carlos Capdepon carlos.capdepon at gmail.com
Sun Apr 23 04:25:59 EDT 2006


How I can change source target names and destination of my binary/library
project?¿?

Now I get this from my sources /src in my destination building directory:
/build
/build/bin
/build/bin/debug
/build/bin/release
/build/lib
/build/lib/debug
/build/lib/release
The names of the debug and release files are equal.

What I have to do to my CMakeLists.txt files to have this tree:
 /build
/build/bin
/build/lib

And names of the debug and release files are equal but adding a "d" in the
names of debug files.
Example:
/build/bin
myapp.exe
myappd.exe

/build/lib
mylib.dll
mylibd.dll

Thanks.

--
Un saludo,
"Carlos Capdepón" <carlos.capdepon at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://public.kitware.com/pipermail/cmake/attachments/20060423/af1f3199/attachment.htm


More information about the CMake mailing list