MCPcopy Create free account
hub / github.com/Kitware/CMake / ConvertToOutputFormatForShell

Method ConvertToOutputFormatForShell

Source/cmNinjaTargetGenerator.cxx:524–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 7

WriteCompileRuleMethod · 0.95
AddDepfileBindingMethod · 0.95
GetScanBuildStatementFunction · 0.80

Calls 1

ConvertToOutputFormatMethod · 0.45

Tested by

no test coverage detected