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)