| 2757 | } |
| 2758 | |
| 2759 | void cmGlobalGenerator::IndexLocalGenerator(cmLocalGenerator* lg) |
| 2760 | { |
| 2761 | cmDirectoryId id = lg->GetMakefile()->GetDirectoryId(); |
| 2762 | this->LocalGeneratorSearchIndex[id.String] = lg; |
| 2763 | } |
| 2764 | |
| 2765 | cmTarget* cmGlobalGenerator::FindTargetImpl( |
| 2766 | std::string const& name, cmStateEnums::TargetDomainSet domains) const |
no test coverage detected