MCPcopy Create free account
hub / github.com/Kitware/CMake / ~TLL

Method ~TLL

Source/cmTargetLinkLibrariesCommand.cxx:506–512  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506TLL::~TLL()
507{
508 for (std::string const& prop : this->Props) {
509 this->Target->AppendProperty(prop, CMAKE_DIRECTORY_ID_SEP,
510 this->Makefile.GetBacktrace());
511 }
512}
513
514} // namespace

Callers

nothing calls this directly

Calls 2

AppendPropertyMethod · 0.45
GetBacktraceMethod · 0.45

Tested by

no test coverage detected