Lines Matching +refs:cmake +refs:help +refs:command
6 <https://www.cmake.org/>.
18 …m/google/googletest/blob/master/googletest/README.md#incorporating-into-an-existing-cmake-project>)
32 3. You can then use the CMake command
33 [`add_subdirectory()`](https://cmake.org/cmake/help/latest/command/add_subdirectory.html)
37 [`target_link_libraries()`](https://cmake.org/cmake/help/latest/command/target_link_libraries.html)
41 ```cmake
64 ```cmake
106 https://github.com/google/googletest/blob/master/googletest/README.md#using-cmake
115 cmake -DABSL_BUILD_TESTING=ON -DABSL_USE_GOOGLETEST_HEAD=ON ..
129 ```cmake
151 cmake -S /source/googletest -B /build/googletest -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=…
152 cmake --build /build/googletest --target install
157 cmake -S /source/abseil-cpp -B /build/abseil-cpp -DCMAKE_PREFIX_PATH=/installation/dir -DCMAKE_INST…
158 cmake --build /temporary/build/abseil-cpp
170 cmake --build /temporary/build/abseil-cpp --target install