mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
Unittests: Always use GTest from Externals (recommended way from GTest FAQ).
This commit is contained in:
2
Externals/gtest/CMakeLists.txt
vendored
Normal file
2
Externals/gtest/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
include_directories(.)
|
||||
add_library(gtest EXCLUDE_FROM_ALL src/gtest-all.cc src/gtest_main.cc)
|
Reference in New Issue
Block a user