summaryrefslogtreecommitdiff
path: root/Source/cmExtraSublimeTextGenerator.h
diff options
context:
space:
mode:
authorBruno Pedrosa <brupelo@gmail.com>2016-10-26 20:58:11 +0200
committerBrad King <brad.king@kitware.com>2016-10-27 14:07:18 -0400
commit95805d725d49af665c2254f97effbe8b812239ea (patch)
tree80813318e704a4a0b569a3cc1ef85564f8b72443 /Source/cmExtraSublimeTextGenerator.h
parent9d203c0051bbec48dfbee90940e6faff87a2bdeb (diff)
downloadcmake-95805d725d49af665c2254f97effbe8b812239ea.tar.gz
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
Diffstat (limited to 'Source/cmExtraSublimeTextGenerator.h')
-rw-r--r--Source/cmExtraSublimeTextGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmExtraSublimeTextGenerator.h b/Source/cmExtraSublimeTextGenerator.h
index 0c58221622..a860d34085 100644
--- a/Source/cmExtraSublimeTextGenerator.h
+++ b/Source/cmExtraSublimeTextGenerator.h
@@ -66,6 +66,7 @@ private:
cmGeneratorTarget* gtgt);
bool ExcludeBuildFolder;
+ std::string EnvSettings;
};
#endif