aboutsummaryrefslogtreecommitdiff
path: root/bdep/project.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/project.hxx')
-rw-r--r--bdep/project.hxx9
1 files changed, 9 insertions, 0 deletions
diff --git a/bdep/project.hxx b/bdep/project.hxx
index 9f628f5..83cefc9 100644
--- a/bdep/project.hxx
+++ b/bdep/project.hxx
@@ -7,6 +7,8 @@
#include <odb/core.hxx>
+#include <libbutl/b.mxx>
+
#include <libbpkg/package-name.hxx>
#include <bdep/types.hxx>
@@ -266,6 +268,13 @@ namespace bdep
package_version (const common_options&,
const dir_path& cfg,
const package_name&);
+
+ // Obtain build2 project info for package source or output directory.
+ //
+ using package_info = butl::b_project_info;
+
+ package_info
+ package_b_info (const common_options&, const dir_path&);
}
#endif // BDEP_PROJECT_HXX