diff options
author | Stephen Ma <tehphen@gmail.com> | 2015-12-19 16:20:32 -0800 |
---|---|---|
committer | Stephen Ma <tehphen@gmail.com> | 2015-12-20 21:59:59 -0800 |
commit | 9a20ef65077d2f62271973e3e910362fb1e3d9b6 (patch) | |
tree | 2de1db0721574acc6031ad970c509b5e0483095f | |
parent | 604f3e50346945235e39a3d20522412c102a9b8e (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 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) |