mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -06:00
Introduce an index from source file to source group in `cmLocalGenerator` to make lookups significantly more efficient during the source group generation, which could be particularly slow when dealing with thousands of source files. Falls back to the recursive lookup when the source file is not present on the index, which is more likely to happen when dealing with regex-based sources. Fixes: #27359
31 KiB
31 KiB