diff options
-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) |