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