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
+1
View File
@@ -66,6 +66,7 @@ private:
cmGeneratorTarget* gtgt);
bool ExcludeBuildFolder;
std::string EnvSettings;
};
#endif