Skip to content

Commit

Permalink
fixing include directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rparolin committed Jun 15, 2019
1 parent 55f16cb commit 1112e1e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,12 @@ endif()
#-------------------------------------------------------------------------------------------
add_definitions(-D_CHAR16T)

#-------------------------------------------------------------------------------------------
# Header only library
#-------------------------------------------------------------------------------------------
add_library(EABase INTERFACE)

#-------------------------------------------------------------------------------------------
# Include dirs
#-------------------------------------------------------------------------------------------
target_include_directories(EABase INTERFACE include/Common)

0 comments on commit 1112e1e

Please sign in to comment.