summaryrefslogtreecommitdiff
path: root/hello/hello/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-05-04 14:42:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-05-04 14:46:36 +0200
commite541a7f334971f913b1033d9e8f4f75f1de02703 (patch)
treec609304002b77001fd356b02e94b6c75a2d178f0 /hello/hello/buildfile
parente9802dbaedcbde98232a46abac22349cb5909ca8 (diff)
Regenerate hello using bdep-new
Diffstat (limited to 'hello/hello/buildfile')
-rw-r--r--hello/hello/buildfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/hello/hello/buildfile b/hello/hello/buildfile
new file mode 100644
index 0000000..4a510b0
--- /dev/null
+++ b/hello/hello/buildfile
@@ -0,0 +1,5 @@
+import libs = libhello%lib{hello}
+
+exe{hello}: {hxx ixx txx cxx}{*} $libs test{testscript}
+
+cxx.poptions =+ "-I$out_root" "-I$src_root"