summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-gui.1.rst
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2019-01-25 15:53:18 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2019-01-25 21:23:56 (GMT)
commitad0853b3d41bc8e0eae4f0baafab457ad52a9a7b (patch)
tree172209f1ae0270678e5865ad649f538b0581a7cd /Help/manual/cmake-gui.1.rst
parent40628b2519ae1553a33f701cf46ee8fbbd013b85 (diff)
downloadCMake-ad0853b3d41bc8e0eae4f0baafab457ad52a9a7b.zip
CMake-ad0853b3d41bc8e0eae4f0baafab457ad52a9a7b.tar.gz
CMake-ad0853b3d41bc8e0eae4f0baafab457ad52a9a7b.tar.bz2
QtDialog: Clean up and document -S and -B options
Diffstat (limited to 'Help/manual/cmake-gui.1.rst')
-rw-r--r--Help/manual/cmake-gui.1.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Help/manual/cmake-gui.1.rst b/Help/manual/cmake-gui.1.rst
index 9322e33..856aa2f 100644
--- a/Help/manual/cmake-gui.1.rst
+++ b/Help/manual/cmake-gui.1.rst
@@ -10,6 +10,7 @@ Synopsis
cmake-gui [<options>]
cmake-gui [<options>] {<path-to-source> | <path-to-existing-build>}
+ cmake-gui [<options>] -S <path-to-source> -B <path-to-build>
Description
===========
@@ -27,6 +28,14 @@ native tool on their platform.
Options
=======
+``-S <path-to-source>``
+ Path to root directory of the CMake project to build.
+
+``-B <path-to-build>``
+ Path to directory which CMake will use as the root of build directory.
+
+ If the directory doesn't already exist CMake will make it.
+
.. include:: OPTIONS_HELP.txt
See Also