aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2015-12-20 14:59:57 +1100
committerAlec Thomas <alec@swapoff.org>2015-12-20 14:59:57 +1100
commit2d4799809f3571681f9d7aa238ad866f22c5f071 (patch)
treefe916421420b7565b6566c606148ae2067cc22bd
parent87c37df142f544bec7789ffccab4034f4be34c07 (diff)
parent1ef0221497ab8d5020366a6432bd8d9e78541835 (diff)
Merge pull request #116 from PHEN-/pr-sharedfix
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)