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