diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 19:23:32 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2016-08-31 19:23:32 +0300 |
commit | 5f3c97306cda519e7edf41142ee903d22320c84a (patch) | |
tree | 93b530e4e5f8fd80d24326ea0521a47eaabe7581 /build/root.build | |
parent | c711529fc2e807051af031ae7a26d3c293ff8ca7 (diff) |
Build infrastructure update
Diffstat (limited to 'build/root.build')
-rw-r--r-- | build/root.build | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build index fb0de84..74af848 100644 --- a/build/root.build +++ b/build/root.build @@ -5,3 +5,8 @@ cxx.std = 11 using cxx + +hxx{*}: extension = hxx +ixx{*}: extension = ixx +txx{*}: extension = txx +cxx{*}: extension = cxx |