Lines Matching full:cmake
2 # CMake build script for Google Mock.
8 # BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to
22 include("${gtest_dir}/cmake/hermetic_build.cmake" OPTIONAL)
36 # CMake files in this project can refer to the root source directory
52 # Instructs CMake to process Google Test's CMakeLists.txt and add its
61 config_compiler_and_linker() # from ${gtest_dir}/cmake/internal_utils.cmake
72 # Compiler version(MS) version(cmake) Support
102 # If the CMake version supports it, attach header directory information
123 cmake/gmock.pc.in
127 cmake/gmock_main.pc.in
143 # or specifying the -Dgmock_build_tests=ON flag when running cmake.