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

Function targetNameGenex

Source/cmTarget.cxx:1473–1476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1471}
1472
1473static std::string targetNameGenex(std::string const& lib)
1474{
1475 return "$<TARGET_NAME:" + lib + ">";
1476}
1477
1478bool cmTarget::PushTLLCommandTrace(TLLSignature signature,
1479 cmListFileContext const& lfc)

Callers 1

AddLinkLibraryMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…