Fixed 'make install'
This commit is contained in:
parent
24ce103fbb
commit
eeb22ede25
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ if(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
||||||
install(FILES ${EntityComponentSystem_HEADERS} DESTINATION include/EC)
|
install(DIRECTORY ${CMAKE_SOURCE_DIR}/EC DESTINATION include)
|
||||||
|
|
||||||
|
|
||||||
find_package(GTest)
|
find_package(GTest)
|
||||||
|
|
Loading…
Reference in a new issue