From 4f6abb0576e810b37d56ad3cafc67fac84682ec2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 15 Mar 2018 15:24:48 +0200 Subject: Implement status command --- bdep/project.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bdep/project.hxx') diff --git a/bdep/project.hxx b/bdep/project.hxx index 16716ef..cf96c0b 100644 --- a/bdep/project.hxx +++ b/bdep/project.hxx @@ -170,6 +170,11 @@ namespace bdep find_project_packages (const project_options&, bool ignore_packages = false, bool load_packages = true); + + // Verify all the packages are present in all the configurations. + // + void + verify_project_packages (const project_packages&, const configurations&); } #endif // BDEP_PROJECT_HXX -- cgit v1.1