| 2705 | } |
| 2706 | |
| 2707 | void cmGlobalGenerator::IndexTarget(cmTarget* t) |
| 2708 | { |
| 2709 | if (!t->IsImported() || t->IsImportedGloballyVisible()) { |
| 2710 | this->TargetSearchIndex[t->GetName()] = t; |
| 2711 | } |
| 2712 | } |
| 2713 | |
| 2714 | void cmGlobalGenerator::IndexGeneratorTarget(cmGeneratorTarget* gt) |
| 2715 | { |
no test coverage detected