| 50 | } |
| 51 | void GetTargets(std::vector<TargetExport>& targets) const; |
| 52 | void AppendTargets(std::vector<TargetExport> const& targets) |
| 53 | { |
| 54 | cm::append(this->Targets, targets); |
| 55 | } |
| 56 | void SetExportSet(cmExportSet*); |
| 57 | |
| 58 | /** Set the name of the C++ module directory. */ |
no test coverage detected