From e86333fa8790f624d82ecea2a8da40f85a1d3630 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 26 Apr 2018 09:48:58 +0200 Subject: Add support for forwarded configurations --- bdep/project.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bdep/project.hxx') diff --git a/bdep/project.hxx b/bdep/project.hxx index 2b1894c..2e8d366 100644 --- a/bdep/project.hxx +++ b/bdep/project.hxx @@ -78,6 +78,7 @@ namespace bdep optional_dir_path relative_path; bool default_; + bool forward; // We made it a vector instead of set/map since we are unlikely to have // more than a handful of packages. We may, however, want to use a change- @@ -162,6 +163,9 @@ namespace bdep using package_locations = vector; + package_locations + load_packages (const dir_path& prj); + struct project_packages { dir_path project; -- cgit v1.1