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

Method ComputeLinkLibraries

Source/cmLinkLineComputer.cxx:218–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218std::string cmLinkLineComputer::ComputeLinkLibraries(
219 cmComputeLinkInformation& cli, std::string const& stdLibString)
220{
221 std::string linkLibraries;
222 std::vector<BT<std::string>> linkLibrariesList;
223 this->ComputeLinkLibraries(cli, stdLibString, linkLibrariesList);
224 cli.AppendValues(linkLibraries, linkLibrariesList);
225 return linkLibraries;
226}
227
228void cmLinkLineComputer::ComputeLinkLibraries(
229 cmComputeLinkInformation& cli, std::string const& stdLibString,

Callers 2

OutputLinkLibrariesMethod · 0.45

Calls 9

ComputeRPathMethod · 0.95
ComputeLinkLibsMethod · 0.95
moveFunction · 0.85
AppendValuesMethod · 0.80
strMethod · 0.80
emplace_backMethod · 0.80
GetRPathLinkStringMethod · 0.80
EscapeForShellMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected