| 2488 | } |
| 2489 | |
| 2490 | void cmTarget::InsertPrecompileHeader(BT<std::string> const& entry) |
| 2491 | { |
| 2492 | this->impl->PrecompileHeaders.WriteDirect( |
| 2493 | entry, UsageRequirementProperty::Action::Append); |
| 2494 | } |
| 2495 | |
| 2496 | namespace { |
| 2497 | void CheckLINK_INTERFACE_LIBRARIES(std::string const& prop, |
nothing calls this directly
no test coverage detected