]> granicus.if.org Git - libexpat/commitdiff
Added suffix "d" to lib/dll to differentiate Debug from Release output so they don...
authorBjörn Lindahl <bjorn.lindahl@foi.se>
Sat, 14 May 2016 16:56:36 +0000 (18:56 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sat, 14 May 2016 17:33:32 +0000 (19:33 +0200)
Fixes #323

expat/CMakeLists.txt

index c749f548cfd0e3a5c601ee8287bb951b5a01eccd..228b5de3452120a8a0a7e43df89b0633207dc821 100755 (executable)
@@ -43,6 +43,7 @@ if(MSVC)
 endif(MSVC)\r
 if(WIN32)\r
     add_definitions(-DCOMPILING_FOR_WINDOWS)\r
+    set(CMAKE_DEBUG_POSTFIX "d" CACHE STRING "Add a suffix, usually d on Windows")\r
 endif(WIN32)\r
 \r
 set(expat_SRCS\r