From 33952d2dd29208b0a28d3e058e33222ef454f04d Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Mon, 27 Feb 2017 15:13:13 -0800 Subject: Introduce function: load_all_ports() --- toolsrc/include/vcpkglib.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkglib.h b/toolsrc/include/vcpkglib.h index 50635589a..69cde7ea2 100644 --- a/toolsrc/include/vcpkglib.h +++ b/toolsrc/include/vcpkglib.h @@ -23,4 +23,6 @@ namespace vcpkg expected try_load_port(const fs::path& control_path); expected try_load_cached_package(const vcpkg_paths& paths, const package_spec& spec); + + std::vector load_all_ports(const fs::path& ports_dir); } // namespace vcpkg -- cgit v1.2.3