[CMake] Does CMAKE_DEBUG_POSTFIX not affect executables?
Christian Ehrlicher
Ch.Ehrlicher at gmx.de
Mon Oct 27 08:23:12 EDT 2008
> Von: Michael Jackson
> I use something like the following:
>
> #-- Set the Debug and Release names for the libraries
> SET_TARGET_PROPERTIES( ${exe_name}
> PROPERTIES
> DEBUG_OUTPUT_NAME ${exe_debug_name}
> RELEASE_OUTPUT_NAME ${exe_release_name}
> )
>
I use this as a workaround too but this doesn't solve the problem of the non-working CMAKE_DEBUG_POSTFIX (and I won't add it to all my executables I create).
Christian
--
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
More information about the CMake
mailing list