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

Class Package

include/project_parser.hpp:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32struct Package {
33 std::string name;
34 std::string condition;
35 std::string version;
36 bool required = true;
37 bool config = false;
38 std::vector<std::string> components;
39};
40
41struct Vcpkg {
42 std::string version;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected