diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-16 00:24:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-16 00:24:32 +0200 |
commit | a37df99fb05010110659453bc620b10d7bea4c0d (patch) | |
tree | 4311a4125e9c765a5ef72ec3edc022111988f366 | |
parent | 2c9bac66376016f977cb838a62a766589a350e12 (diff) |
Add feature: Support for header-only libraries
-rw-r--r-- | build2/header-only-libraries | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build2/header-only-libraries b/build2/header-only-libraries new file mode 100644 index 0000000..d9994df --- /dev/null +++ b/build2/header-only-libraries @@ -0,0 +1,4 @@ +- Support for header-only libraries [feature 0.5.0] + +Probably makes sense to use explicit target type, e.g., libh{}. But could also +use lib{} with both members NULL? |