Lines Matching +refs:cmake +refs:help +refs:command
14 * [CMake](https://cmake.org/) and a compatible build tool for building the
19 [CMake Generators](https://cmake.org/cmake/help/latest/manual/cmake-generators.7.html)
26 [CMake installation guide](https://cmake.org/install).
30 commands work on the Windows command line as well.
47 [`FetchContent` CMake module](https://cmake.org/cmake/help/latest/module/FetchContent.html).
51 ```cmake
75 [CMake Tutorial](https://cmake.org/cmake/help/latest/guide/tutorial/index.html).
103 ```cmake
123 [`GoogleTest` CMake module](https://cmake.org/cmake/help/git-stage/module/GoogleTest.html).
128 <strong>my_project$ cmake -S . -B build</strong>
134 <strong>my_project$ cmake --build build</strong>