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

Method QueueSharedDependencies

Source/cmComputeLinkDepends.cxx:896–905  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894}
895
896void cmComputeLinkDepends::QueueSharedDependencies(
897 size_t depender_index, std::vector<cmLinkItem> const& deps)
898{
899 for (cmLinkItem const& li : deps) {
900 SharedDepEntry qe;
901 qe.Item = li;
902 qe.DependerIndex = depender_index;
903 this->SharedDepQueue.push(qe);
904 }
905}
906
907void cmComputeLinkDepends::HandleSharedDependency(SharedDepEntry const& dep)
908{

Callers 1

FollowSharedDepsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected