Skip to content

Commit

Permalink
Enable compilation without building tests (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmamrak committed Jul 7, 2020
1 parent 13d949c commit e1b7ab8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,9 @@ target_include_directories(EASTL PUBLIC include)
#-------------------------------------------------------------------------------------------
# Dependencies
#-------------------------------------------------------------------------------------------
if (NOT TARGET EABase)
add_subdirectory(test/packages/EABase)
endif()

target_link_libraries(EASTL EABase)

0 comments on commit e1b7ab8

Please sign in to comment.