Added gtest folder and building doesn't throw errors

This commit is contained in:
EricLiu2000
2019-06-25 16:56:04 -04:00
parent f45bd6772f
commit 150c7d2b07
265 changed files with 117190 additions and 0 deletions
@@ -0,0 +1,9 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
if (@GTEST_HAS_PTHREAD@)
set(THREADS_PREFER_PTHREAD_FLAG @THREADS_PREFER_PTHREAD_FLAG@)
find_dependency(Threads)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/@targets_export_name@.cmake")
check_required_components("@project_name@")