mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
Add [vcpkg].overlay-ports feature
This commit is contained in:
@@ -854,6 +854,8 @@ Project::Project(const Project *parent, const std::string &path, bool build) : p
|
||||
}
|
||||
vcpkg.packages.emplace_back(std::move(package));
|
||||
}
|
||||
|
||||
v.optional("overlay-ports", vcpkg.overlay_ports);
|
||||
}
|
||||
|
||||
checker.check(conditions, true);
|
||||
|
||||
Reference in New Issue
Block a user