2013-10-30 09:58:25 -04:00
|
|
|
.. cmake-manual-description: CMake GUI Command-Line Reference
|
|
|
|
|
2013-10-15 11:17:36 -04:00
|
|
|
cmake-gui(1)
|
|
|
|
************
|
|
|
|
|
2013-10-16 10:25:43 -04:00
|
|
|
Synopsis
|
|
|
|
========
|
2013-10-15 11:17:36 -04:00
|
|
|
|
2013-11-04 11:03:33 -05:00
|
|
|
.. parsed-literal::
|
2013-10-15 11:17:36 -04:00
|
|
|
|
2013-11-04 11:03:33 -05:00
|
|
|
cmake-gui [<options>]
|
|
|
|
cmake-gui [<options>] (<path-to-source> | <path-to-existing-build>)
|
2013-10-15 11:17:36 -04:00
|
|
|
|
2013-10-16 10:25:43 -04:00
|
|
|
Description
|
|
|
|
===========
|
|
|
|
|
2013-10-15 11:17:36 -04:00
|
|
|
The "cmake-gui" executable is the CMake GUI. Project configuration
|
|
|
|
settings may be specified interactively. Brief instructions are
|
|
|
|
provided at the bottom of the window when the program is running.
|
|
|
|
|
|
|
|
CMake is a cross-platform build system generator. Projects specify
|
|
|
|
their build process with platform-independent CMake listfiles included
|
|
|
|
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
|
|
|
|
native tool on their platform.
|
|
|
|
|
2013-11-04 11:03:33 -05:00
|
|
|
Options
|
|
|
|
=======
|
|
|
|
|
2013-10-16 12:54:52 -04:00
|
|
|
.. include:: OPTIONS_HELP.txt
|
2013-09-12 11:41:36 -04:00
|
|
|
|
2013-10-16 10:25:43 -04:00
|
|
|
See Also
|
|
|
|
========
|
2013-10-15 11:17:36 -04:00
|
|
|
|
2013-10-16 10:25:43 -04:00
|
|
|
.. include:: LINKS.txt
|