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

Function ComputingLinkLibraries

Source/cmGeneratorTarget_TransitiveProperty.cxx:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33using TransitiveProperty = cmGeneratorTarget::TransitiveProperty;
34
35bool ComputingLinkLibraries(cmGeneratorExpressionDAGChecker const* dagChecker)
36{
37 return dagChecker && dagChecker->IsComputingLinkLibraries();
38}
39}
40
41std::map<cm::string_view, TransitiveProperty> const

Callers 1

IsTransitivePropertyMethod · 0.70

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…