diff options
author | Stephen Ma <tehphen@gmail.com> | 2015-12-19 16:20:32 -0800 |
---|---|---|
committer | Stephen Ma <tehphen@gmail.com> | 2015-12-19 16:20:32 -0800 |
commit | 1ef0221497ab8d5020366a6432bd8d9e78541835 (patch) | |
tree | fe916421420b7565b6566c606148ae2067cc22bd | |
parent | 87c37df142f544bec7789ffccab4034f4be34c07 (diff) |
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) |