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

Method ComputeLinkLibs

Source/cmLinkLineComputer.cxx:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53std::string cmLinkLineComputer::ComputeLinkLibs(cmComputeLinkInformation& cli)
54{
55 std::string linkLibs;
56 std::vector<BT<std::string>> linkLibsList;
57 this->ComputeLinkLibs(cli, linkLibsList);
58 cli.AppendValues(linkLibs, linkLibsList);
59 return linkLibs;
60}
61
62void cmLinkLineComputer::ComputeLinkLibs(
63 cmComputeLinkInformation& cli, std::vector<BT<std::string>>& linkLibraries)

Callers 1

ComputeLinkLibrariesMethod · 0.95

Calls 7

ConvertToOutputFormatMethod · 0.95
AppendValuesMethod · 0.80
GetItemsMethod · 0.80
GetFormattedItemMethod · 0.80
emplace_backMethod · 0.80
GetTypeMethod · 0.45

Tested by

no test coverage detected