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

Method GetExtraSources

Source/cmGeneratorTarget.cxx:984–988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

982}
983
984void cmGeneratorTarget::GetExtraSources(std::vector<cmSourceFile const*>& data,
985 std::string const& config) const
986{
987 IMPLEMENT_VISIT(SourceKindExtra);
988}
989
990void cmGeneratorTarget::GetCustomCommands(
991 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