summaryrefslogtreecommitdiff
path: root/hello/hello/buildfile
diff options
context:
space:
mode:
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"