aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-06-24 11:14:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-06-24 11:14:10 +0200
commit3bd426dce9d6c9e37dc08e9591a2caa6fa1fdb20 (patch)
tree9fc84320c4b777a52512c317b591c90708f13a7a /build
parente652a49cbac1098dd97695309336545ef4e9ae89 (diff)
Add build system support for modularization
Diffstat (limited to 'build')
-rw-r--r--build/root.build3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/root.build b/build/root.build
index 196d2a3..63e6266 100644
--- a/build/root.build
+++ b/build/root.build
@@ -2,10 +2,11 @@
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
-cxx.std = latest
+cxx.std = experimental
using cxx
+mxx{*}: extension = mxx
hxx{*}: extension = hxx
ixx{*}: extension = ixx
txx{*}: extension = txx