Unittests: Always use GTest from Externals (recommended way from GTest FAQ).

This commit is contained in:
Pierre Bourdon
2014-03-03 03:38:46 +01:00
parent 2d6810be9f
commit 9ea845310d
38 changed files with 31418 additions and 22 deletions

2
Externals/gtest/CMakeLists.txt vendored Normal file
View File

@ -0,0 +1,2 @@
include_directories(.)
add_library(gtest EXCLUDE_FROM_ALL src/gtest-all.cc src/gtest_main.cc)