MCPcopy Index your code
hub / github.com/Kitware/CMake / ComputeLinkPath

Method ComputeLinkPath

Source/cmLinkLineComputer.cxx:114–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114std::string cmLinkLineComputer::ComputeLinkPath(
115 cmComputeLinkInformation& cli, std::string const& libPathFlag,
116 std::string const& libPathTerminator, std::string const& stdLinkDirString)
117{
118 std::string linkPath;
119 std::vector<BT<std::string>> linkPathList;
120 this->ComputeLinkPath(cli, libPathFlag, libPathTerminator, stdLinkDirString,
121 linkPathList);
122 cli.AppendValues(linkPath, linkPathList);
123 return linkPath;
124}
125
126void cmLinkLineComputer::ComputeLinkPath(
127 cmComputeLinkInformation& cli, std::string const& libPathFlag,

Callers 1

OutputLinkLibrariesMethod · 0.80

Calls 14

moveFunction · 0.85
cmListClass · 0.85
AppendValuesMethod · 0.80
GetLinkLanguageMethod · 0.80
GetItemsMethod · 0.80
HasImportLibraryMethod · 0.80
GetConfigMethod · 0.80
emplace_backMethod · 0.80
cmStrCatFunction · 0.70
GetTypeMethod · 0.45

Tested by

no test coverage detected