]> code.bitgloo.com Git - clyne/entityx.git/commitdiff
Generate seperate debug postfix dll for building in debug.
authorStephen Ma <tehphen@gmail.com>
Sun, 20 Dec 2015 00:20:32 +0000 (16:20 -0800)
committerStephen Ma <tehphen@gmail.com>
Mon, 21 Dec 2015 05:59:59 +0000 (21:59 -0800)
CMakeLists.txt

index fe1fea4bff49f08152cc4f4d711b7f386cb85c2f..92be94b60baa443d2d92d4cf0a7e5129ca875453 100644 (file)
@@ -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)