> 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
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to