Lines Matching +refs:cmake +refs:commands
11 `CMake <http://www.cmake.org/>`_ is a cross-platform build-generator tool. CMake
19 Unless otherwise explicitly called out these commands should work with any CMake
37 $ cmake -G Ninja -DCLANG_ENABLE_BOOTSTRAP=On <path to source>
61 You can build an Apple Clang compiler using the following commands:
65 $ cmake -G Ninja -C <path to clang>/cmake/caches/Apple-stage1.cmake <path to source>
69 CLANG_BOOTSTRAP_CMAKE_ARGS to pass the Apple-stage2.cmake cache script to the
74 based on the settings in Apple-stage2.cmake.
94 Our PGO.cmake cache script automates that whole process. You can use it by
99 $ cmake -G Ninja -C <path_to_clang>/cmake/caches/PGO.cmake <source dir>
165 following commands:
169 $ cmake -G Ninja -C <path_to_clang>/cmake/caches/3-stage.cmake <source dir>