فهرست منبع

Merge pull request #5 from shossjer/install

Add lost install command
James Moran 3 سال پیش
والد
کامیت
521cb053d9
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      CMakeLists.txt

+ 5 - 0
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)