瀏覽代碼

Add lost install command

This was previously contained in EASTL but was lost due to
376bcdc93502208b3e61b88c911fad0f9c9e3f60.
Simon Hössjer 4 年之前
父節點
當前提交
4490ba3561
共有 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)