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

Method InsertPrecompileHeader

Source/cmTarget.cxx:2490–2494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

WriteDirectMethod · 0.80

Tested by

no test coverage detected