| 522 | } |
| 523 | |
| 524 | std::string cmNinjaTargetGenerator::ConvertToOutputFormatForShell( |
| 525 | cm::string_view path) const |
| 526 | { |
| 527 | return this->LocalGenerator->ConvertToOutputFormat(path, |
| 528 | cmOutputConverter::SHELL); |
| 529 | } |
| 530 | |
| 531 | bool cmNinjaTargetGenerator::SetMsvcTargetPdbVariable( |
| 532 | cmNinjaVars& vars, std::string const& config) const |
no test coverage detected