diff options
author | Brad King <brad.king@kitware.com> | 2017-10-18 13:37:36 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-10-18 13:37:59 (GMT) |
commit | b0b94cdec5bb201e64aac4b3877a1a635b9f1119 (patch) | |
tree | 5a10cbf8d1fc8fb96c517ae75c6c13637256bc53 /Help/manual | |
parent | 0dba1db9d5d9f2c555c718acde5ec550503fae6f (diff) | |
parent | 96d642c7b87e303813b75aaa3412f8e532d2b925 (diff) | |
download | CMake-b0b94cdec5bb201e64aac4b3877a1a635b9f1119.zip CMake-b0b94cdec5bb201e64aac4b3877a1a635b9f1119.tar.gz CMake-b0b94cdec5bb201e64aac4b3877a1a635b9f1119.tar.bz2 |
Merge topic 'cmake-open'
96d642c7 cmake-gui: Use cmake::Open to open generated project
5de37a4a cmake: Add --open option for IDE generators
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Ruslan Baratov <ruslan_baratov@yahoo.com>
Merge-request: !1337
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake.1.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 6a21683..ff8c6c7 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -11,6 +11,7 @@ Synopsis cmake [<options>] (<path-to-source> | <path-to-existing-build>) cmake [(-D <var>=<value>)...] -P <cmake-script-file> cmake --build <dir> [<options>...] [-- <build-tool-options>...] + cmake --open <dir> cmake -E <command> [<options>...] cmake --find-package <options>... @@ -51,6 +52,10 @@ Options ``--build <dir>`` See `Build Tool Mode`_. +``--open <dir>`` + Open the generated project in the associated application. This is + only supported by some generators. + ``-N`` View mode only. |