From df5e58e6e5eb2727a185bf9a98a462c18fa3a83d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 8 Mar 2018 18:06:26 +0200 Subject: Setup project database infrastructure --- bdep/utility.hxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bdep/utility.hxx') diff --git a/bdep/utility.hxx b/bdep/utility.hxx index 8bca172..54e17fb 100644 --- a/bdep/utility.hxx +++ b/bdep/utility.hxx @@ -56,6 +56,8 @@ namespace bdep // Widely-used paths. // + extern const dir_path bdep_dir; // .bdep/ + extern const path manifest_file; // manifest extern const path packages_file; // packages.manifest extern const path configurations_file; // configurations.manifest -- cgit v1.1