2013-10-15 19:17:36 +04:00
|
|
|
cmake-gui(1)
|
|
|
|
************
|
|
|
|
|
2013-10-16 18:25:43 +04:00
|
|
|
Synopsis
|
|
|
|
========
|
2013-10-15 19:17:36 +04:00
|
|
|
|
|
|
|
::
|
|
|
|
|
|
|
|
cmake-gui [options]
|
|
|
|
cmake-gui [options] <path-to-source>
|
|
|
|
cmake-gui [options] <path-to-existing-build>
|
|
|
|
|
2013-10-16 18:25:43 +04:00
|
|
|
Description
|
|
|
|
===========
|
|
|
|
|
2013-10-15 19: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-10-16 20:54:52 +04:00
|
|
|
.. include:: OPTIONS_HELP.txt
|
2013-09-12 19:41:36 +04:00
|
|
|
|
2013-10-16 18:25:43 +04:00
|
|
|
See Also
|
|
|
|
========
|
2013-10-15 19:17:36 +04:00
|
|
|
|
2013-10-16 18:25:43 +04:00
|
|
|
.. include:: LINKS.txt
|