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

Class Subdir

include/project_parser.hpp:147–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145};
146
147struct 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
157struct Content {
158 std::string name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected