From: Stephen Ma Date: Sun, 20 Dec 2015 00:20:32 +0000 (-0800) Subject: Generate seperate debug postfix dll for building in debug. X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=9a20ef65077d2f62271973e3e910362fb1e3d9b6;p=clyne%2Fentityx.git Generate seperate debug postfix dll for building in debug. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index fe1fea4..92be94b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -132,6 +132,7 @@ if (ENTITYX_BUILD_SHARED) ) set_target_properties(entityx_shared PROPERTIES OUTPUT_NAME entityx + DEBUG_POSTFIX -d VERSION ${ENTITYX_VERSION} SOVERSION ${ENTITYX_MAJOR_VERSION}) list(APPEND install_libs entityx_shared)