| 517 | } |
| 518 | |
| 519 | std::string cmNinjaTargetGenerator::GetTargetName() const |
| 520 | { |
| 521 | return this->GeneratorTarget->GetName(); |
| 522 | } |
| 523 | |
| 524 | std::string cmNinjaTargetGenerator::ConvertToOutputFormatForShell( |
| 525 | cm::string_view path) const |
no test coverage detected