cmake-gui.1.rst 844 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. cmake-manual-description: CMake GUI Command-Line Reference
  2. cmake-gui(1)
  3. ************
  4. Synopsis
  5. ========
  6. .. parsed-literal::
  7. cmake-gui [<options>]
  8. cmake-gui [<options>] (<path-to-source> | <path-to-existing-build>)
  9. Description
  10. ===========
  11. The "cmake-gui" executable is the CMake GUI. Project configuration
  12. settings may be specified interactively. Brief instructions are
  13. provided at the bottom of the window 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_HELP.txt
  22. See Also
  23. ========
  24. .. include:: LINKS.txt