aboutsummaryrefslogtreecommitdiff
path: root/bdep/new.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-10-18 11:27:13 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-10-18 11:27:13 +0200
commit99fe901f2148b3f9ba6569fa92c1c88deef1dff5 (patch)
tree31a76e9d672614230e8a4dea715de1aeed8b1a27 /bdep/new.cli
parent8ee1f1ae8819ebe76434390a36895c5ad76bcfca (diff)
Add binless option to bdep-new c++ language parameter
This allows creation of a simpler buildfile for header-only (and, in the future, for module-only) libraries.
Diffstat (limited to 'bdep/new.cli')
-rw-r--r--bdep/new.cli5
1 files changed, 4 insertions, 1 deletions
diff --git a/bdep/new.cli b/bdep/new.cli
index 688f14c..5026d74 100644
--- a/bdep/new.cli
+++ b/bdep/new.cli
@@ -121,7 +121,9 @@ namespace bdep
\cb{.mxx} source file extensions (default).
\cb{cpp} \- Use the \cb{.cpp}, \cb{.hpp}, \cb{.ipp}, \cb{.tpp}, and
- \cb{.mpp} source file extensions.||
+ \cb{.mpp} source file extensions.
+
+ \cb{binless} \- Create a header-only library.||
The project version control system can be specified with the
\c{\b{--vcs}|\b{-s}} option. Valid values for this option and their
@@ -174,6 +176,7 @@ namespace bdep
{
bool cpp;
bool cxx;
+ bool binless;
};
// --vcs options