mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 05:50:42 +00:00
fb19b7789a
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
8 lines
280 B
ReStructuredText
8 lines
280 B
ReStructuredText
CMAKE_CODEBLOCKS_EXCLUDE_EXTERNAL_FILES
|
|
---------------------------------------
|
|
|
|
Change the way the CodeBlocks generator creates project files.
|
|
|
|
If this variable evaluates to ``ON`` the generator excludes from
|
|
the project file any files that are located outside the project root.
|