| 982 | } |
| 983 | |
| 984 | void cmGeneratorTarget::GetExtraSources(std::vector<cmSourceFile const*>& data, |
| 985 | std::string const& config) const |
| 986 | { |
| 987 | IMPLEMENT_VISIT(SourceKindExtra); |
| 988 | } |
| 989 | |
| 990 | void cmGeneratorTarget::GetCustomCommands( |
| 991 | std::vector<cmSourceFile const*>& data, std::string const& config) const |
no outgoing calls
no test coverage detected