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

Class Install

include/project_parser.hpp:136–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134};
135
136struct 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
147struct Subdir {
148 std::string name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected