| 155 | }; |
| 156 | |
| 157 | struct Content { |
| 158 | std::string name; |
| 159 | std::string condition; |
| 160 | tsl::ordered_map<std::string, std::string> arguments; |
| 161 | |
| 162 | Condition<std::string> cmake_before; |
| 163 | Condition<std::string> cmake_after; |
| 164 | ConditionVector include_before; |
| 165 | ConditionVector include_after; |
| 166 | bool system = false; |
| 167 | std::string subdir; |
| 168 | }; |
| 169 | |
| 170 | enum MsvcRuntimeType { |
| 171 | msvc_dynamic, |
nothing calls this directly
no outgoing calls
no test coverage detected