From 1ef0221497ab8d5020366a6432bd8d9e78541835 Mon Sep 17 00:00:00 2001 From: Stephen Ma Date: Sat, 19 Dec 2015 16:20:32 -0800 Subject: Generate seperate debug postfix dll for building in debug. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3