From 1db0ab9d04e154345876c9ec7961063987198240 Mon Sep 17 00:00:00 2001 From: Daniel Guzman Date: Wed, 13 Apr 2016 00:26:34 +0200 Subject: Fix ident. --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8760165..4e0cf73 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -147,9 +147,9 @@ if (ENTITYX_BUILD_SHARED) FOLDER entityx) set(install_libs entityx_shared) else() - add_library(entityx STATIC ${sources}) - set_target_properties(entityx PROPERTIES DEBUG_POSTFIX -d FOLDER entityx) - set(install_libs entityx) + add_library(entityx STATIC ${sources}) + set_target_properties(entityx PROPERTIES DEBUG_POSTFIX -d FOLDER entityx) + set(install_libs entityx) endif (ENTITYX_BUILD_SHARED) if (ENTITYX_BUILD_TESTING) @@ -199,5 +199,5 @@ install( TARGETS ${install_libs} LIBRARY DESTINATION "${libdir}" ARCHIVE DESTINATION "${libdir}" - RUNTIME DESTINATION "bin" + RUNTIME DESTINATION "bin" ) -- cgit v1.2.3