Merge pull request #5 from shossjer/install

Add lost install command
This commit is contained in:
James Moran
2022-02-09 15:55:09 -08:00
committed by GitHub

View File

@@ -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)