From 639e679564f8401a6aa5d9233cda0c1618c40fd3 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 5 Oct 2016 16:44:37 +0300 Subject: Add msvc-filter utility --- build/root.build | 14 ++++++++++++++ 1 file changed, 14 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..62bf08a --- /dev/null +++ b/build/root.build @@ -0,0 +1,14 @@ +# file : build/root.build +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +cxx.std = 14 + +using cxx + +hxx{*}: extension = +ixx{*}: extension = ixx +txx{*}: extension = txx +cxx{*}: extension = cxx + +cxx.poptions =+ -I$src_root -- cgit v1.1