[Dcmlib] Appending D to Debug libraries
Marco Feuerstein
feuerste at cs.tum.edu
Fri Mar 24 09:36:05 CET 2006
Hi,
last November I was suggesting to append a 'D' to all gdcm library names
built in debug mode, as it is the default for a lot of libraries.
This can be done by putting following lines in the top level CMakeLists.txt:
IF(WIN32)
SET(CMAKE_DEBUG_POSTFIX "D")
ENDIF(WIN32)
This will append a 'D' to the resulting debug libraries' and dlls' names, so
the release and debug versions can be distinguished properly.
Would it be possible to add that?
Thank you!
Cheers,
Marco
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 5799 bytes
Desc: not available
URL: <http://www.creatis.insa-lyon.fr/pipermail/dcmlib/attachments/20060324/e3593606/attachment.bin>
More information about the Dcmlib
mailing list