Lines Matching full:googletest
3 project(googletest-download NONE)
8 option(ALLOW_DOWNLOADING_GOOGLETEST "If googletest src tree is not found in location specified by G…
9 set(GOOGLETEST_PATH "/usr/src/googletest" CACHE PATH
10 …"Path to the googletest root tree. Should contain googletest and googlemock subdirs. And CMakeList…
12 # Download and install GoogleTest
17 …ISTS "${GOOGLETEST_PATH}/googletest" AND IS_DIRECTORY "${GOOGLETEST_PATH}/googletest" AND EXISTS "…
22 googletest
39 googletest
40 GIT_REPOSITORY https://github.com/google/googletest.git
55 ExternalProject_Get_Property(googletest SOURCE_DIR BINARY_DIR)
56 file(WRITE googletest-paths.cmake