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

Function ComputeLinkImplTransitive

Source/cmGeneratorTarget_Link.cxx:1098–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1096}
1097
1098void ComputeLinkImplTransitive(cmGeneratorTarget const* self,
1099 std::string const& config, UseTo usage,
1100 cmLinkImplementation& impl)
1101{
1102 TransitiveLinkImpl transitiveLinkImpl(self, config, usage, impl);
1103 transitiveLinkImpl.Compute();
1104}
1105}
1106
1107void cmGeneratorTarget::ComputeLinkImplementationLibraries(

Callers 1

Calls 1

ComputeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…