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

Reply via email to