aboutsummaryrefslogtreecommitdiff
path: root/bpkg/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/buildfile')
-rw-r--r--bpkg/buildfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/bpkg/buildfile b/bpkg/buildfile
new file mode 100644
index 0000000..2c22069
--- /dev/null
+++ b/bpkg/buildfile
@@ -0,0 +1,8 @@
+# file : bpkg/buildfile
+# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
+
+import libs = libbutl%lib{butl}
+import libs += libbpkg%lib{bpkg}
+
+exe{bpkg}: cxx{bpkg} $libs