[CMake] how to manage different library names for release/debug ?

Brad King brad.king at kitware.com
Tue Apr 18 11:08:53 EDT 2006


Silvano Imboden wrote:
> I am writing (maybe another J) some cmake code
> 
> in order to compile the latest wxWindows using Cmake.
> 
> The library names should use this form
> 
> wx{platform}{version}{unicode}{debug}_{toolkit}.[lib|dll]

In CVS CMake (and soon in the upcoming 2.4 release) you can use 
SET_TARGET_PROPERTIES to set a <config>_OUTPUT_NAME property.  It will 
allow a per-config name.

-Brad


More information about the CMake mailing list