aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.hxx
diff options
context:
space:
mode:
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;