Merge pull request #4756 from Orphis/update_gtest

gtest: Update to latest version from git
This commit is contained in:
Markus Wick
2017-01-26 14:02:12 +01:00
committed by GitHub
14 changed files with 1090 additions and 335 deletions

View File

@ -1,4 +1,4 @@
set(LIBS core gtest)
set(LIBS core gtest_main)
if(APPLE)
list(APPEND LIBS ${FOUNDATION_LIBRARY} ${CORESERV_LIBRARY})
endif()