mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Sublime: Exclude build tree from source tree project only optionally
Create a `CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE` variable to control addition of the build tree to `folder_exclude_patterns` in the `.sublime-project`. Change the default of this behavior to OFF. Closes: #16351
This commit is contained in:
@@ -64,6 +64,8 @@ private:
|
||||
|
||||
std::string ComputeDefines(cmSourceFile* source, cmLocalGenerator* lg,
|
||||
cmGeneratorTarget* gtgt);
|
||||
|
||||
bool ExcludeBuildFolder;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user