2013-10-30 09:58:25 -04:00
|
|
|
.. cmake-manual-description: CMake Curses Dialog Command-Line Reference
|
|
|
|
|
2013-10-15 11:17:36 -04:00
|
|
|
ccmake(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
|
|
|
ccmake [<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 "ccmake" executable is the CMake curses interface. Project
|
|
|
|
configuration settings may be specified interactively through this
|
|
|
|
GUI. Brief instructions are provided at the bottom of the terminal
|
|
|
|
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 11:24:16 -04:00
|
|
|
.. include:: OPTIONS_BUILD.txt
|
2013-10-15 11:17:36 -04:00
|
|
|
|
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
|