Browse Source

fixing include directory

Rob Parolin 6 years ago
parent
commit
1112e1e8e5
1 changed files with 9 additions and 0 deletions
  1. 9 0
      CMakeLists.txt

+ 9 - 0
CMakeLists.txt

@@ -21,3 +21,12 @@ endif()
 #-------------------------------------------------------------------------------------------
 #-------------------------------------------------------------------------------------------
 add_definitions(-D_CHAR16T)
 add_definitions(-D_CHAR16T)
 
 
+#-------------------------------------------------------------------------------------------
+# Header only library 
+#-------------------------------------------------------------------------------------------
+add_library(EABase INTERFACE) 
+
+#-------------------------------------------------------------------------------------------
+# Include dirs
+#-------------------------------------------------------------------------------------------
+target_include_directories(EABase INTERFACE include/Common)