aboutsummaryrefslogtreecommitdiff
path: root/build/root.build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-08-31 12:57:01 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-08-31 12:57:01 +0200
commit77bc33bcdf611d0f5c703d3d8e20d6f5aff8814c (patch)
tree242909f8eaba11d2ff34b5cc6ccacc27fc34846b /build/root.build
parent26aadd17ab7cf9b093b64ffc696d317b127e181d (diff)
Add build2-based build system
Diffstat (limited to 'build/root.build')
-rw-r--r--build/root.build14
1 files changed, 14 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build
new file mode 100644
index 0000000..a6cb63a
--- /dev/null
+++ b/build/root.build
@@ -0,0 +1,14 @@
+# file : build/root.build
+# copyright : Copyright (c) 2013-2014 Code Synthesis Tools CC
+# license : MIT; see accompanying LICENSE file
+
+cxx.std = 11
+
+using cxx
+
+hxx{*}: extension =
+cxx{*}: extension = cxx
+ixx{*}: extension = ixx
+txx{*}: extension = txx
+
+using c