mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
Add variable `CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES` to optionally exclude files from outside the project root from the project file written by the CodeBlocks extra generator. This optionally restores logic that had been removed by commit v2.8.3~40^2 (CodeBlocks Generator: Do not omit files in the project file listing, 2010-10-05) in response to QTCREATORBUG-2250. Issue: #12110 Fixes: #17188
7 lines
279 B
ReStructuredText
7 lines
279 B
ReStructuredText
codeblocks-exclude-external
|
|
---------------------------
|
|
|
|
* A :variable:`CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES` variable was added
|
|
to tell the :generator:`CodeBlocks` extra generator to exclude files
|
|
from outside the project root directory from the generated project files.
|