From 7bbb807fa7bb1b47bf019be4e7b111d1ae05b804 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 8 Nov 2017 10:57:07 +0200 Subject: Add support for build2 build --- build/root.build | 18 ++++++++++++++++++ 1 file changed, 18 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..f57ba41 --- /dev/null +++ b/build/root.build @@ -0,0 +1,18 @@ +# file : build/root.build +# copyright : Copyright (c) 2009-2017 Code Synthesis Tools CC +# license : GNU GPL v3; see accompanying LICENSE file + +cxx.std = 11 + +using cxx + +hxx{*}: extension = hxx +ixx{*}: extension = ixx +txx{*}: extension = txx +cxx{*}: extension = cxx + +cxx.poptions =+ "-I$out_root" "-I$src_root" + +# Specify the test target for cross-testing. +# +test.target = $cxx.target -- cgit v1.1