Added suffix "d" to lib/dll to differentiate Debug from Release output so they don't overwrite each other.

Fixes #323
This commit is contained in:
Björn Lindahl 2016-05-14 18:56:36 +02:00 committed by Sebastian Pipping
parent 1eaf75a2c3
commit d10262c9ef

View File

@ -43,6 +43,7 @@ if(MSVC)
endif(MSVC)
if(WIN32)
add_definitions(-DCOMPILING_FOR_WINDOWS)
set(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "Add a suffix, usually d on Windows")
endif(WIN32)
set(expat_SRCS