aboutsummaryrefslogtreecommitdiff
path: root/examples/build/root.build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2016-09-10 22:51:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2016-09-13 12:42:16 +0300
commit193efb512ffbc2231ef5c48699d51fbae3f3f9f1 (patch)
treec497c71ddd3d6a6f5fb1fbfe3bc2675f99f21b89 /examples/build/root.build
parent54d64e7ca405e06d2328e6207bb4752e20577e50 (diff)
Move tests and examples to build2 as subprojects
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