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

Method ClearLinkInterfaceCache

Source/cmGeneratorTarget.cxx:558–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

556}
557
558void cmGeneratorTarget::ClearLinkInterfaceCache()
559{
560 this->LinkInterfaceMap.clear();
561 this->LinkInterfaceUsageRequirementsOnlyMap.clear();
562}
563
564void cmGeneratorTarget::AddSourceCommon(std::string const& src, bool before)
565{

Callers 1

AddAutomaticSourcesMethod · 0.80

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected