| 733 | } |
| 734 | |
| 735 | std::string cmFastbuildTargetGenerator::GetTargetName() const |
| 736 | { |
| 737 | if (this->GeneratorTarget->GetType() == cmStateEnums::GLOBAL_TARGET) { |
| 738 | return this->GetGlobalGenerator()->GetTargetName(GeneratorTarget); |
| 739 | } |
| 740 | return this->GeneratorTarget->GetName(); |
| 741 | } |
| 742 | |
| 743 | cmGeneratorTarget::Names cmFastbuildTargetGenerator::DetectOutput() const |
| 744 | { |
no test coverage detected