| 134 | }; |
| 135 | |
| 136 | struct Install { |
| 137 | std::string condition; |
| 138 | std::vector<std::string> targets; |
| 139 | std::vector<std::string> files; |
| 140 | std::vector<std::string> dirs; |
| 141 | std::vector<std::string> configs; |
| 142 | std::string destination; |
| 143 | std::string component; |
| 144 | bool optional = false; |
| 145 | }; |
| 146 | |
| 147 | struct Subdir { |
| 148 | std::string name; |
nothing calls this directly
no outgoing calls
no test coverage detected