aboutsummaryrefslogtreecommitdiff
path: root/examples/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'examples/build/root.build')
-rw-r--r--examples/build/root.build10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/build/root.build b/examples/build/root.build
new file mode 100644
index 0000000..1f7c350
--- /dev/null
+++ b/examples/build/root.build
@@ -0,0 +1,10 @@
+cxx.std = 11
+
+using cxx
+
+hxx{*}: extension =
+cxx{*}: extension = cxx
+
+# Every exe{} in this subproject is by default a test.
+#
+exe{*}: test = true