Sublime: Add option to specify env vars for the .sublime-project

Create a `CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS` variable to control
addition of env vars in the `.sublime-project`.

Closes: #16387
This commit is contained in:
Bruno Pedrosa
2016-10-26 20:58:11 +02:00
committed by Brad King
parent 9d203c0051
commit 95805d725d
5 changed files with 66 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
st2-env-settings
----------------
* The :generator:`Sublime Text 2` extra generator learned to place
environment variables in the generated ``.sublime-project``.
See the :variable:`CMAKE_SUBLIME_TEXT_2_ENV_SETTINGS` variable.