| 976 | } |
| 977 | |
| 978 | void cmGeneratorTarget::GetCxxModuleSources( |
| 979 | std::vector<cmSourceFile const*>& data, std::string const& config) const |
| 980 | { |
| 981 | IMPLEMENT_VISIT(SourceKindCxxModuleSource); |
| 982 | } |
| 983 | |
| 984 | void cmGeneratorTarget::GetExtraSources(std::vector<cmSourceFile const*>& data, |
| 985 | std::string const& config) const |
no outgoing calls
no test coverage detected