aboutsummaryrefslogtreecommitdiff
path: root/bpkg/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r--bpkg/buildfile8
1 files changed, 7 insertions, 1 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile
index 41cdb66..2340443 100644
--- a/bpkg/buildfile
+++ b/bpkg/buildfile
@@ -4,6 +4,12 @@
import libs += libbutl%lib{butl}
-lib{bpkg}: cxx{manifest-parser manifest-serializer manifest} $libs
+lib{bpkg}: \
+{ hxx cxx }{ manifest } \
+{ hxx cxx }{ manifest-parser } \
+{ hxx cxx }{ manifest-serializer } \
+{ hxx }{ version } \
+$libs
+
cxx.poptions += -I$src_root
lib{bpkg}: cxx.export.poptions = -I$src_root