From 4490ba3561137d868db90e5c34eeabd5a1b68249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B6ssjer?= Date: Mon, 19 Apr 2021 20:44:19 +0200 Subject: [PATCH] Add lost install command This was previously contained in EASTL but was lost due to 376bcdc93502208b3e61b88c911fad0f9c9e3f60. --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) 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)