summaryrefslogtreecommitdiff
path: root/cli-examples/hello/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'cli-examples/hello/buildfile')
-rw-r--r--cli-examples/hello/buildfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/cli-examples/hello/buildfile b/cli-examples/hello/buildfile
new file mode 100644
index 0000000..8197d9e
--- /dev/null
+++ b/cli-examples/hello/buildfile
@@ -0,0 +1,9 @@
+# file : hello/buildfile
+# license : MIT; see accompanying LICENSE file
+
+exe{driver}: {hxx cxx}{* -hello} cli.cxx{hello} doc{README}
+exe{driver}: test.arguments = --greeting Hi John Jane
+
+cxx.poptions =+ "-I$out_base"
+
+cli.cxx{hello}: cli{hello}