aboutsummaryrefslogtreecommitdiff
path: root/bdep/init.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2021-07-21 21:31:18 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2021-08-05 12:36:07 +0300
commit9664d2849ee30d63cd10ce5b258f1433a650b488 (patch)
tree89fa1d8de3ee56be6e76f49803ee2888516d902b /bdep/init.hxx
parenteb02d377f4f10e23cc6673e9e8f048b4ecbc8492 (diff)
Add support for automatic creation of configurations for build-time dependencies
Diffstat (limited to 'bdep/init.hxx')
-rw-r--r--bdep/init.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/bdep/init.hxx b/bdep/init.hxx
index fff5f84..e72abb2 100644
--- a/bdep/init.hxx
+++ b/bdep/init.hxx
@@ -36,7 +36,9 @@ namespace bdep
const configurations&,
const package_locations&,
const strings& pkg_args,
- bool sync = true);
+ bool sync = true,
+ bool create_host_config = false,
+ bool create_build2_config = false);
int
cmd_init (const cmd_init_options&, cli::group_scanner& args);