mirror of
https://github.com/reactos/CMake.git
synced 2025-03-06 19:08:43 +00:00

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
8 lines
306 B
ReStructuredText
8 lines
306 B
ReStructuredText
CMAKE_SUBLIME_TEXT_2_EXCLUDE_BUILD_TREE
|
|
---------------------------------------
|
|
|
|
If this variable evaluates to ``ON`` at the end of the top-level
|
|
``CMakeLists.txt`` file, the :generator:`Sublime Text 2` extra generator
|
|
excludes the build tree from the ``.sublime-project`` if it is inside the
|
|
source tree.
|