4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-13 02:59:34 +00:00

we need a debug postfix on win32

svn path=/trunk/kdesupport/qca/; revision=719213
This commit is contained in:
Christian Ehrlicher 2007-09-30 15:54:31 +00:00
parent 9ac3664f76
commit d3fe26419f

@ -24,6 +24,9 @@ if (APPLE)
set(CMAKE_INSTALL_NAME_DIR ${LIB_INSTALL_DIR})
set(CMAKE_BUILD_WITH_INSTALL_RPATH TRUE)
endif (APPLE)
if (WIN32)
set(CMAKE_DEBUG_POSTFIX "d")
endif (WIN32)
if (CMAKE_COMPILER_IS_GNUCXX)
if (CMAKE_SYSTEM_NAME MATCHES Linux)