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