| 406 | } |
| 407 | |
| 408 | std::string cmNinjaTargetGenerator::GetCompiledSourceNinjaPath( |
| 409 | cmSourceFile const* source) const |
| 410 | { |
| 411 | // Pass source files to the compiler by absolute path. |
| 412 | return this->ConvertToNinjaAbsPath(source->GetFullPath()); |
| 413 | } |
| 414 | |
| 415 | std::string cmNinjaTargetGenerator::GetObjectFileDir( |
| 416 | std::string const& config) const |
no test coverage detected