diff --git a/CMakeLists.txt b/CMakeLists.txt index fba98ea..652f07f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,3 +30,8 @@ add_library(EABase INTERFACE) # Include dirs #------------------------------------------------------------------------------------------- target_include_directories(EABase INTERFACE include/Common) + +#------------------------------------------------------------------------------------------- +# Installation +#------------------------------------------------------------------------------------------- +install(DIRECTORY include/Common/EABase DESTINATION include)