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

Method GetModuleDefinitionSources

Source/cmGeneratorTarget.cxx:966–970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

964}
965
966void cmGeneratorTarget::GetModuleDefinitionSources(
967 std::vector<cmSourceFile const*>& data, std::string const& config) const
968{
969 IMPLEMENT_VISIT(SourceKindModuleDefinition);
970}
971
972void cmGeneratorTarget::GetHeaderSources(
973 std::vector<cmSourceFile const*>& data, std::string const& config) const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected