aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Ma <tehphen@gmail.com>2015-12-19 16:20:32 -0800
committerStephen Ma <tehphen@gmail.com>2015-12-19 16:20:32 -0800
commit1ef0221497ab8d5020366a6432bd8d9e78541835 (patch)
treefe916421420b7565b6566c606148ae2067cc22bd
parent87c37df142f544bec7789ffccab4034f4be34c07 (diff)
Generate seperate debug postfix dll for building in debug.
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 87309bf..08b4c37 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)