Externals/GTest: Update to latest master

This commit is contained in:
spycrab
2018-06-12 14:52:43 +02:00
parent f3a18db9e0
commit fe6e46f846
37 changed files with 1956 additions and 789 deletions

10
Externals/gtest/cmake/gtest_main.pc.in vendored Normal file
View File

@ -0,0 +1,10 @@
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
Name: gtest_main
Description: GoogleTest (with main() function)
Version: @PROJECT_VERSION@
URL: https://github.com/google/googletest
Requires: gtest
Libs: -L${libdir} -lgtest_main @CMAKE_THREAD_LIBS_INIT@
Cflags: -I${includedir} @GTEST_HAS_PTHREAD_MACRO@ @CMAKE_THREAD_LIBS_INIT@