aboutsummaryrefslogtreecommitdiff
path: root/build/root.build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-08 18:24:02 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-08 18:24:02 +0200
commit783efe3b1649f3426613e3c151e47c33a854010c (patch)
tree87142dbba7a9146c799384e5b058f5796b8a00da /build/root.build
parent4a6e9ddf2f8fb848ed362aefac376088487a30ec (diff)
Add initial support for build2 build
Diffstat (limited to 'build/root.build')
-rw-r--r--build/root.build12
1 files changed, 12 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build
new file mode 100644
index 0000000..1ecf785
--- /dev/null
+++ b/build/root.build
@@ -0,0 +1,12 @@
+# file : build/root.build
+# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
+# license : MIT; see accompanying LICENSE file
+
+cxx.std = 11
+
+using cxx
+
+hxx{*}: extension = hxx
+cxx{*}: extension = cxx
+ixx{*}: extension = ixx
+txx{*}: extension = txx