| 491 | } |
| 492 | |
| 493 | std::string cmNinjaTargetGenerator::GetTargetDependInfoPath( |
| 494 | std::string const& lang, std::string const& config) const |
| 495 | { |
| 496 | return cmStrCat(this->GeneratorTarget->GetSupportDirectory(), |
| 497 | this->GetGlobalGenerator()->ConfigDirectory(config), '/', |
| 498 | lang, "DependInfo.json"); |
| 499 | } |
| 500 | |
| 501 | std::string cmNinjaTargetGenerator::GetTargetOutputDir( |
| 502 | std::string const& config) const |
no test coverage detected