gtest: Update to latest version from git

This commit is contained in:
Florent Castelli 2017-01-26 02:59:44 +01:00
commit e5f576f862
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()