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

Method InsertInclude

Source/cmTarget.cxx:2452–2458  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2450}
2451
2452void cmTarget::InsertInclude(BT<std::string> const& entry, bool before)
2453{
2454 this->impl->IncludeDirectories.WriteDirect(
2455 entry,
2456 before ? UsageRequirementProperty::Action::Prepend
2457 : UsageRequirementProperty::Action::Append);
2458}
2459
2460void cmTarget::InsertCompileOption(BT<std::string> const& entry, bool before)
2461{

Callers 3

AddIncludeDirectoriesMethod · 0.80
AddIncludeDirectoryMethod · 0.80
HandleDirectContentMethod · 0.80

Calls 1

WriteDirectMethod · 0.80

Tested by

no test coverage detected