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

Method AddLinkObjects

Source/cmComputeLinkDepends.cxx:1292–1297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1290}
1291
1292void cmComputeLinkDepends::AddLinkObjects(std::vector<cmLinkItem> const& objs)
1293{
1294 for (cmLinkItem const& obj : objs) {
1295 this->AddLinkObject(obj);
1296 }
1297}
1298
1299cmLinkItem cmComputeLinkDepends::ResolveLinkItem(
1300 cm::optional<size_t> depender_index, std::string const& name)

Callers 2

FollowLinkEntryMethod · 0.95
AddDirectLinkEntriesMethod · 0.95

Calls 1

AddLinkObjectMethod · 0.95

Tested by

no test coverage detected