MCPcopy Create free account
hub / github.com/build-cpp/cmkr / Content

Class Content

include/project_parser.hpp:157–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155};
156
157struct 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
170enum MsvcRuntimeType {
171 msvc_dynamic,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected