aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/project.hxx')
-rw-r--r--bdep/project.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/bdep/project.hxx b/bdep/project.hxx
index fe2b766..a01e5d7 100644
--- a/bdep/project.hxx
+++ b/bdep/project.hxx
@@ -178,6 +178,12 @@ namespace bdep
bool ignore_packages = false,
bool load_packages = true);
+ inline dir_path
+ find_project (const project_options& o)
+ {
+ return find_project_packages (o, true /* ignore_packages */).project;
+ }
+
// Verify all the packages are present in all the configurations.
//
void