cmake-gui: Add button to open the generated project

Look for VS or Xcode project files at the top of the build tree.
If present, enable an "Open Project" button to open them through
the OS desktop services.
This commit is contained in:
Nico Heßler
2016-01-22 16:11:03 +01:00
committed by Brad King
parent 112f758223
commit 1ca2d5d1db
4 changed files with 51 additions and 0 deletions
@@ -0,0 +1,5 @@
cmake-gui-open-project
----------------------
* :manual:`cmake-gui(1)` gained a button to open the generated project file
for :ref:`Visual Studio Generators` and the :generator:`Xcode` generator.