From 2d9112e84d735e1948313240df8d5140364cca0e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 27 Mar 2024 20:28:05 +0300 Subject: Add export-stub sub-option to bdep-new --type exe option --- bdep/new.cli | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bdep/new.cli') diff --git a/bdep/new.cli b/bdep/new.cli index 7bbfe8f..bcbc6c6 100644 --- a/bdep/new.cli +++ b/bdep/new.cli @@ -316,6 +316,10 @@ namespace bdep Don't add support for installing.| + \li|\n\ \ \ \cb{export-stub} + + Add support for importing this project's targets from other projects.| + \li|\n\ \ \ \c{\b{prefix=}\i{dir}} Optional source prefix relative to project/package root.| @@ -642,6 +646,7 @@ namespace bdep bool no-tests; bool unit-tests; bool no-install; + bool export-stub; dir_path prefix; dir_path subdir; bool no-subdir; -- cgit v1.1