Home | History | Annotate | Download | only in gtest

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
156 ### Using CMake ###
158 Google Test comes with a CMake build script (CMakeLists.txt) that can
160 If you don't have CMake installed already, you can download it for
161 free from http://www.cmake.org/.
163 CMake works by generating native makefiles or build projects that can
169 cmake ${GTEST_DIR} # Generate native build scripts.
174 cmake -Dgtest_build_samples=ON ${GTEST_DIR}
187 Before settling on CMake, we have been providing hand-maintained build
290 link errors. If you use the CMake script or the deprecated Autotools
366 use CMake. If you still need to use Autotools, you can find
388 For that you can use CMake:
392 cmake -Dgtest_build_tests=ON ${GTEST_DIR}
395 are written in Python. If the cmake command complains about not being
400 cmake -DPYTHON_EXECUTABLE=path/to/python -Dgtest_build_tests=ON ${GTEST_DIR}