mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 18:51:05 -05:00
af3fd6f22f
Add an index to Change cmLocalGenerator::GeneratorTargets for faster lookup by name. Also changed a bunch of uses of cmLocalGenerator::GetGeneratorTargets() to take const references instead of copying the vector. Represent generator targets as a map (name -> target) to make name lookups more efficient instead of looping through the entire vector to find the desired one.
74 KiB
74 KiB