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

Method InsertLinkOption

Source/cmTarget.cxx:2474–2480  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2472}
2473
2474void cmTarget::InsertLinkOption(BT<std::string> const& entry, bool before)
2475{
2476 this->impl->LinkOptions.WriteDirect(
2477 entry,
2478 before ? UsageRequirementProperty::Action::Prepend
2479 : UsageRequirementProperty::Action::Append);
2480}
2481
2482void cmTarget::InsertLinkDirectory(BT<std::string> const& entry, bool before)
2483{

Callers 1

HandleDirectContentMethod · 0.80

Calls 1

WriteDirectMethod · 0.80

Tested by

no test coverage detected