Skip to content

Commit

Permalink
Merge branch 'master' of github.com:electronicarts/EABase
Browse files Browse the repository at this point in the history
  • Loading branch information
rparolin committed Jul 10, 2019
2 parents 1711549 + a3795dd commit 6f27a2f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,14 @@ endif()
#-------------------------------------------------------------------------------------------
add_definitions(-D_CHAR16T)

if (NOT EABASE_BUILD_TESTS)
#-------------------------------------------------------------------------------------------
# Header only library
#-------------------------------------------------------------------------------------------
add_library(EABase INTERFACE)

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

0 comments on commit 6f27a2f

Please sign in to comment.