From: Stephen Seo Date: Tue, 8 Mar 2016 13:59:17 +0000 (+0900) Subject: Fixed 'make install' X-Git-Tag: 1.0~114 X-Git-Url: https://git.seodisparate.com/server_config?a=commitdiff_plain;h=eeb22ede25ead6c7ecce4b747fb47c7f9cfda72b;p=EntityComponentMetaSystem Fixed 'make install' --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4aad22b..44f3270 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -46,7 +46,7 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES) endif() -install(FILES ${EntityComponentSystem_HEADERS} DESTINATION include/EC) +install(DIRECTORY ${CMAKE_SOURCE_DIR}/EC DESTINATION include) find_package(GTest)