diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-19 17:50:36 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-07-19 17:50:36 +0200 |
commit | a0f96b95900108705261881b164d779e2db5b824 (patch) | |
tree | 108e595a366ed83f6ae690f9f8980f76d71bd029 /build/root.build |
Initial implementation
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build new file mode 100644 index 0000000..7b4a007 --- /dev/null +++ b/build/root.build @@ -0,0 +1,12 @@ +# file : build/bootstrap.build +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +cxx.std = experimental + +using cxx + +assert $cxx.features.modules 'c++ compiler does not support modules' + +mxx{*}: extension = mxx +cxx{*}: extension = cxx |