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

Method GetHeaderSources

Source/cmGeneratorTarget.cxx:972–976  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970}
971
972void cmGeneratorTarget::GetHeaderSources(
973 std::vector<cmSourceFile const*>& data, std::string const& config) const
974{
975 IMPLEMENT_VISIT(SourceKindHeader);
976}
977
978void cmGeneratorTarget::GetCxxModuleSources(
979 std::vector<cmSourceFile const*>& data, std::string const& config) const

Callers 3

WriteTargetBuildRulesMethod · 0.80
AppendExtraResourcesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected