cmake-gui.1.rst 763 B

12345678910111213141516171819202122232425262728293031
  1. cmake-gui(1)
  2. ************
  3. Synopsis
  4. ========
  5. ::
  6. cmake-gui [options]
  7. cmake-gui [options] <path-to-source>
  8. cmake-gui [options] <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. .. include:: OPTIONS_HELP.txt
  20. See Also
  21. ========
  22. .. include:: LINKS.txt