MCPcopy Create free account
hub / github.com/Kitware/CMake / ConvertToLinkReference

Method ConvertToLinkReference

Source/cmLinkLineComputer.cxx:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

ComputeLinkLibsMethod · 0.95
ComputeLinkLibrariesMethod · 0.45

Calls 1

Tested by

no test coverage detected