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

Method InsertLinkDirectory

Source/cmTarget.cxx:2482–2488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2480}
2481
2482void cmTarget::InsertLinkDirectory(BT<std::string> const& entry, bool before)
2483{
2484 this->impl->LinkDirectories.WriteDirect(
2485 entry,
2486 before ? UsageRequirementProperty::Action::Prepend
2487 : UsageRequirementProperty::Action::Append);
2488}
2489
2490void cmTarget::InsertPrecompileHeader(BT<std::string> const& entry)
2491{

Callers 1

HandleDirectContentMethod · 0.80

Calls 1

WriteDirectMethod · 0.80

Tested by

no test coverage detected