| 45 | } |
| 46 | |
| 47 | std::string cmLinkLineComputer::ConvertToLinkReference( |
| 48 | std::string const& lib) const |
| 49 | { |
| 50 | return this->OutputConverter->MaybeRelativeToCurBinDir(lib); |
| 51 | } |
| 52 | |
| 53 | std::string cmLinkLineComputer::ComputeLinkLibs(cmComputeLinkInformation& cli) |
| 54 | { |
no test coverage detected