| 2712 | } |
| 2713 | |
| 2714 | void cmGlobalGenerator::IndexGeneratorTarget(cmGeneratorTarget* gt) |
| 2715 | { |
| 2716 | if (!gt->IsImported() || gt->IsImportedGloballyVisible()) { |
| 2717 | this->GeneratorTargetSearchIndex[gt->GetName()] = gt; |
| 2718 | } |
| 2719 | } |
| 2720 | |
| 2721 | static char const hexDigits[] = "0123456789abcdef"; |
| 2722 |
no test coverage detected