| 3610 | } |
| 3611 | |
| 3612 | std::string cmGlobalGenerator::GetExtraGeneratorName() const |
| 3613 | { |
| 3614 | return this->ExtraGenerator ? this->ExtraGenerator->GetName() |
| 3615 | : std::string(); |
| 3616 | } |
| 3617 | |
| 3618 | void cmGlobalGenerator::FileReplacedDuringGenerate(std::string const& filename) |
| 3619 | { |
no test coverage detected