aboutsummaryrefslogtreecommitdiff
path: root/build/root.build
diff options
context:
space:
mode:
Diffstat (limited to 'build/root.build')
-rw-r--r--build/root.build13
1 files changed, 13 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build
index e14129a..66ca55f 100644
--- a/build/root.build
+++ b/build/root.build
@@ -1,3 +1,16 @@
using cxx
+hxx.ext =
+ixx.ext = ixx
+txx.ext = txx
+cxx.ext = cxx
+
cxx.std = 11
+cxx.poptions += -I$out_root -I$src_root
+
+# All exe{} in tests/ are, well, tests.
+#
+tests/:
+{
+ test.exe = true
+}