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

Method InsertCompileDefinition

Source/cmTarget.cxx:2468–2472  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2466}
2467
2468void cmTarget::InsertCompileDefinition(BT<std::string> const& entry)
2469{
2470 this->impl->CompileDefinitions.WriteDirect(
2471 entry, UsageRequirementProperty::Action::Append);
2472}
2473
2474void cmTarget::InsertLinkOption(BT<std::string> const& entry, bool before)
2475{

Callers 2

Calls 1

WriteDirectMethod · 0.80

Tested by

no test coverage detected