diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/root.build | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/build/root.build b/build/root.build index fdcf92b..88800ea 100644 --- a/build/root.build +++ b/build/root.build @@ -3,3 +3,12 @@ # license : MIT; see accompanying LICENSE file using bash + +cxx.std = latest + +using cxx + +hxx{*}: extension = hxx +ixx{*}: extension = ixx +txx{*}: extension = txx +cxx{*}: extension = cxx |