aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-04-26 09:48:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-04-26 09:48:58 +0200
commite86333fa8790f624d82ecea2a8da40f85a1d3630 (patch)
tree91166f5070c5a43310faa3883030ccdf23182193 /bdep/project.hxx
parent7839410d934bb36fdac2e4125c72febf73991320 (diff)
Add support for forwarded configurations
Diffstat (limited to 'bdep/project.hxx')
-rw-r--r--bdep/project.hxx4
1 files changed, 4 insertions, 0 deletions
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_location>;
+ package_locations
+ load_packages (const dir_path& prj);
+
struct project_packages
{
dir_path project;