diff options
author | Bruno Pedrosa <brupelo@gmail.com> | 2016-10-26 18:58:11 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-10-27 18:07:18 (GMT) |
commit | 95805d725d49af665c2254f97effbe8b812239ea (patch) | |
tree | 80813318e704a4a0b569a3cc1ef85564f8b72443 /Source/cmExtraSublimeTextGenerator.h | |
parent | 9d203c0051bbec48dfbee90940e6faff87a2bdeb (diff) | |
download | CMake-95805d725d49af665c2254f97effbe8b812239ea.zip CMake-95805d725d49af665c2254f97effbe8b812239ea.tar.gz CMake-95805d725d49af665c2254f97effbe8b812239ea.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmExtraSublimeTextGenerator.h b/Source/cmExtraSublimeTextGenerator.h index 0c58221..a860d34 100644 --- a/Source/cmExtraSublimeTextGenerator.h +++ b/Source/cmExtraSublimeTextGenerator.h @@ -66,6 +66,7 @@ private: cmGeneratorTarget* gtgt); bool ExcludeBuildFolder; + std::string EnvSettings; }; #endif |