From 99fe901f2148b3f9ba6569fa92c1c88deef1dff5 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 18 Oct 2018 11:27:13 +0200 Subject: 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. --- bdep/new.cli | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bdep/new.cli') 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 -- cgit v1.1