Home | History | Annotate | Download | only in gtest

Lines Matching refs:cmake

2 # CMake build script for Google Test.
8 # BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to
26 include(cmake/hermetic_build.cmake OPTIONAL)
38 # CMake files in this project can refer to the root source directory
50 include(cmake/internal_utils.cmake)
52 config_compiler_and_linker() # Defined in internal_utils.cmake.
80 # or specifying the -Dbuild_gtest_samples=ON flag when running cmake.
104 # or specifying the -Dgtest_build_tests=ON flag when running cmake.