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

Method AppendProperty

Source/cmTargetLinkLibrariesCommand.cxx:487–491  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

485}
486
487void TLL::AppendProperty(std::string const& prop, std::string const& value)
488{
489 this->AffectsProperty(prop);
490 this->Target->AppendProperty(prop, value, this->Makefile.GetBacktrace());
491}
492
493void TLL::AffectsProperty(std::string const& prop)
494{

Callers 3

HandleLibraryMethod · 0.95
AffectsPropertyMethod · 0.45
~TLLMethod · 0.45

Calls 2

AffectsPropertyMethod · 0.95
GetBacktraceMethod · 0.45

Tested by

no test coverage detected