Lines Matching full:gtest
42 add_llvm_library(gtest
43 googletest/src/gtest-all.cc
58 # that warning here for any targets that link to gtest.
61 set_target_properties(gtest PROPERTIES INTERFACE_COMPILE_OPTIONS "-Wno-suggest-override")
64 # Gtest 1.8.0 uses tr1/tuple which is deprecated on MSVC, so we force it off.
65 target_compile_definitions(gtest PUBLIC GTEST_HAS_TR1_TUPLE=0)
68 target_compile_definitions(gtest PUBLIC GTEST_HAS_PTHREAD=0)
71 target_include_directories(gtest
79 # link libraries for gtest and gtest_main. This means that any target, like
80 # unittests for example, that links against gtest will be forced to link
84 # link libraries for gtest and then make gtest users responsible for explicitly
95 gtest_remove_dylib_from_link_interface(gtest)