| 1000 | } |
| 1001 | |
| 1002 | void cmGeneratorTarget::GetManifests(std::vector<cmSourceFile const*>& data, |
| 1003 | std::string const& config) const |
| 1004 | { |
| 1005 | IMPLEMENT_VISIT(SourceKindManifest); |
| 1006 | } |
| 1007 | |
| 1008 | std::set<cmLinkItem> const& cmGeneratorTarget::GetUtilityItems() const |
| 1009 | { |
no outgoing calls
no test coverage detected