From 783efe3b1649f3426613e3c151e47c33a854010c Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 8 Nov 2016 18:24:02 +0200 Subject: Add initial support for build2 build --- build/root.build | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build/root.build (limited to 'build/root.build') 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 -- cgit v1.1