|
@ -6,10 +6,13 @@ cmake(1) |
|
|
Synopsis |
|
|
Synopsis |
|
|
======== |
|
|
======== |
|
|
|
|
|
|
|
|
:: |
|
|
|
|
|
|
|
|
.. parsed-literal:: |
|
|
|
|
|
|
|
|
cmake [options] <path-to-source> |
|
|
|
|
|
cmake [options] <path-to-existing-build> |
|
|
|
|
|
|
|
|
cmake [<options>] (<path-to-source> | <path-to-existing-build>) |
|
|
|
|
|
cmake [(-D<var>=<value>)...] -P <cmake-script-file> |
|
|
|
|
|
cmake --build <dir> [<options>] [-- <build-tool-options>...] |
|
|
|
|
|
cmake -E <command> [<options>] |
|
|
|
|
|
cmake --find-package <options>... |
|
|
|
|
|
|
|
|
Description |
|
|
Description |
|
|
=========== |
|
|
=========== |
|
@ -25,6 +28,9 @@ in each directory of a source tree with the name CMakeLists.txt. |
|
|
Users build a project by using CMake to generate a build system for a |
|
|
Users build a project by using CMake to generate a build system for a |
|
|
native tool on their platform. |
|
|
native tool on their platform. |
|
|
|
|
|
|
|
|
|
|
|
Options |
|
|
|
|
|
======= |
|
|
|
|
|
|
|
|
.. include:: OPTIONS_BUILD.txt |
|
|
.. include:: OPTIONS_BUILD.txt |
|
|
|
|
|
|
|
|
* ``-E``: CMake command mode. |
|
|
* ``-E``: CMake command mode. |
|
|