| 194 | } |
| 195 | |
| 196 | std::string cmLocalNinjaGenerator::MaybeRelativeToWorkDir( |
| 197 | std::string const& path) const |
| 198 | { |
| 199 | return this->GetGlobalNinjaGenerator()->NinjaOutputPath( |
| 200 | this->MaybeRelativeToTopBinDir(path)); |
| 201 | } |
| 202 | |
| 203 | std::string cmLocalNinjaGenerator::GetLinkDependencyFile( |
| 204 | cmGeneratorTarget* target, std::string const& config) const |
no test coverage detected