| 988 | } |
| 989 | |
| 990 | void cmGeneratorTarget::GetCustomCommands( |
| 991 | std::vector<cmSourceFile const*>& data, std::string const& config) const |
| 992 | { |
| 993 | IMPLEMENT_VISIT(SourceKindCustomCommand); |
| 994 | } |
| 995 | |
| 996 | void cmGeneratorTarget::GetExternalObjects( |
| 997 | std::vector<cmSourceFile const*>& data, std::string const& config) const |
no outgoing calls
no test coverage detected