ccmake.1.rst 883 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .. cmake-manual-description: CMake Curses Dialog Command-Line Reference
  2. ccmake(1)
  3. *********
  4. Synopsis
  5. ========
  6. .. parsed-literal::
  7. ccmake [<options>] (<path-to-source> | <path-to-existing-build>)
  8. Description
  9. ===========
  10. The "ccmake" executable is the CMake curses interface. Project
  11. configuration settings may be specified interactively through this
  12. GUI. Brief instructions are provided at the bottom of the terminal
  13. when the program is running.
  14. CMake is a cross-platform build system generator. Projects specify
  15. their build process with platform-independent CMake listfiles included
  16. in each directory of a source tree with the name CMakeLists.txt.
  17. Users build a project by using CMake to generate a build system for a
  18. native tool on their platform.
  19. Options
  20. =======
  21. .. include:: OPTIONS_BUILD.txt
  22. .. include:: OPTIONS_HELP.txt
  23. See Also
  24. ========
  25. .. include:: LINKS.txt