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

2006-04-18 Thread Brad King
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

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

2006-04-14 Thread Silvano Imboden
Hi all 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] platform = . unicode = . debug = d if debug, nothing otherwise