| 413 | } |
| 414 | |
| 415 | std::string cmNinjaTargetGenerator::GetObjectFileDir( |
| 416 | std::string const& config) const |
| 417 | { |
| 418 | return this->LocalGenerator->MaybeRelativeToTopBinDir( |
| 419 | cmStrCat(this->GeneratorTarget->GetSupportDirectory(), |
| 420 | this->GetGlobalGenerator()->GetConfigDirectory(config))); |
| 421 | } |
| 422 | |
| 423 | std::string cmNinjaTargetGenerator::GetObjectFilePath( |
| 424 | cmSourceFile const* source, std::string const& config) const |
no test coverage detected