mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
Merge topic 'cmake-open'
96d642c7cmake-gui: Use cmake::Open to open generated project5de37a4acmake: Add --open option for IDE generators Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ruslan Baratov <ruslan_baratov@yahoo.com> Merge-request: !1337
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
cmake-open
|
||||
----------
|
||||
|
||||
* The :manual:`cmake(1)` ``--open <dir>`` command line option can now
|
||||
be used to open generated IDE projects like Visual Studio solutions
|
||||
or Xcode projects.
|
||||
Reference in New Issue
Block a user