diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-06-24 11:14:10 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-06-24 11:14:10 +0200 |
commit | 3bd426dce9d6c9e37dc08e9591a2caa6fa1fdb20 (patch) | |
tree | 9fc84320c4b777a52512c317b591c90708f13a7a /build | |
parent | e652a49cbac1098dd97695309336545ef4e9ae89 (diff) |
Add build system support for modularization
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 3 |
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 |