Add [vcpkg].overlay-ports feature

This commit is contained in:
Duncan Ogilvie
2024-11-26 12:33:29 +01:00
parent 57042565d1
commit ae3d73896e
4 changed files with 30 additions and 2 deletions
+2
View File
@@ -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);