| 546 | } |
| 547 | |
| 548 | std::string cmLocalUnixMakefileGenerator3::ConvertToFullPath( |
| 549 | std::string const& localPath) |
| 550 | { |
| 551 | std::string dir = |
| 552 | cmStrCat(this->GetCurrentBinaryDirectory(), '/', localPath); |
| 553 | return dir; |
| 554 | } |
| 555 | |
| 556 | std::string const& cmLocalUnixMakefileGenerator3::GetHomeRelativeOutputPath() |
| 557 | { |
no test coverage detected