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