diff options
author | Alec Thomas <alec@swapoff.org> | 2015-12-20 14:59:57 +1100 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2015-12-20 14:59:57 +1100 |
commit | 2d4799809f3571681f9d7aa238ad866f22c5f071 (patch) | |
tree | fe916421420b7565b6566c606148ae2067cc22bd | |
parent | 87c37df142f544bec7789ffccab4034f4be34c07 (diff) | |
parent | 1ef0221497ab8d5020366a6432bd8d9e78541835 (diff) |
Merge pull request #116 from PHEN-/pr-sharedfix
Generate seperate debug postfix dll for building in debug.
-rw-r--r-- | CMakeLists.txt | 1 |
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) |