[Cmake] Debug and Release project settings for VC++ 6.0

Sunil Movva smovva at itsc.uah.edu
Wed Mar 26 18:01:32 EST 2003


1. I need to link my application with different libraries for Debug and Release versions.
Say, I have Ad.lib and A.lib. My release project settings should link against A.lib 
and debug settings should link against Ad.lib. 

2. I would also like to have different output library names for release and debug versions. 
ADD_LIBRARY(SHARED xyz) would generate Debug/xyz.dll and Release/xyz.dll.
But I would like to have Debug/xyzd.dll and Release/xyz.dll.

I would appreciate if someone could give me a cmake example with this scenarios.
 
thanks,
Sunil
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20030326/66549866/attachment.html>


More information about the CMake mailing list