Lines Matching full:cmake
56 Also, you'll need CMake 2.6.4 or higher if you want to build the
57 samples using the provided CMake script, regardless of the platform.
68 * CMake 2.6.4 or newer
157 ### Using CMake ###
159 Google Test comes with a CMake build script (CMakeLists.txt) that can
161 If you don't have CMake installed already, you can download it for
162 free from http://www.cmake.org/.
164 CMake works by generating native makefiles or build projects that can
170 cmake ${GTEST_DIR} # Generate native build scripts.
175 cmake -Dgtest_build_samples=ON ${GTEST_DIR}
188 Before settling on CMake, we have been providing hand-maintained build
291 link errors. If you use the CMake script or the deprecated Autotools
367 use CMake. If you still need to use Autotools, you can find
389 For that you can use CMake:
393 cmake -Dgtest_build_tests=ON ${GTEST_DIR}
396 are written in Python. If the cmake command complains about not being
401 cmake -DPYTHON_EXECUTABLE=path/to/python -Dgtest_build_tests=ON ${GTEST_DIR}