diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-11 16:53:03 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-06-11 16:53:03 +0200 |
commit | f4660720e3ab0dc70d31fd39d48199590810ab03 (patch) | |
tree | b8396646af57e03855aa93d798920d987fa3b0b7 /bpkg/buildfile | |
parent | 2ffe5ac2998b90c004de4f13e199c7ee965c3f75 (diff) |
Implement manifest serializer
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r-- | bpkg/buildfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile index b7c1c9f..45d9d89 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -2,4 +2,5 @@ # copyright : Copyright (c) 2014-2015 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -lib{bpkg}: cxx{manifest-parser} +import libs += libhello +lib{bpkg}: cxx{manifest-parser manifest-serializer} $libs |