| 994 | } |
| 995 | |
| 996 | void cmGeneratorTarget::GetExternalObjects( |
| 997 | std::vector<cmSourceFile const*>& data, std::string const& config) const |
| 998 | { |
| 999 | IMPLEMENT_VISIT(SourceKindExternalObject); |
| 1000 | } |
| 1001 | |
| 1002 | void cmGeneratorTarget::GetManifests(std::vector<cmSourceFile const*>& data, |
| 1003 | std::string const& config) const |
no outgoing calls
no test coverage detected