| 145 | }; |
| 146 | |
| 147 | struct Subdir { |
| 148 | std::string name; |
| 149 | std::string condition; |
| 150 | |
| 151 | Condition<std::string> cmake_before; |
| 152 | Condition<std::string> cmake_after; |
| 153 | ConditionVector include_before; |
| 154 | ConditionVector include_after; |
| 155 | }; |
| 156 | |
| 157 | struct Content { |
| 158 | std::string name; |
nothing calls this directly
no outgoing calls
no test coverage detected