cmake-gui.1.rst 826 B

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