diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-11 17:11:54 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-11 17:11:54 +0200 |
commit | 161d105204eb66148c28ef2615f1a12d3ba33136 (patch) | |
tree | 16e7541ffd0ddc182e8f05d19a14ecfcb80d7dbe /bpkg/buildfile | |
parent | f4660720e3ab0dc70d31fd39d48199590810ab03 (diff) |
Manifest object model, take 1
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r-- | bpkg/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile index 45d9d89..8d11e61 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -3,4 +3,4 @@ # license : MIT; see accompanying LICENSE file import libs += libhello -lib{bpkg}: cxx{manifest-parser manifest-serializer} $libs +lib{bpkg}: cxx{manifest-parser manifest-serializer manifest} $libs |