diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-21 14:47:30 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2018-07-21 14:47:30 +0200 |
commit | 037ad0360056ec38eda1b3b8a74cd3ae4371630f (patch) | |
tree | 6d21bad6f694d8744107e2420d72660a135eda7a /build | |
parent | 03ff256dc44228c9465cd2040593a72b2d084d1e (diff) |
Add binding support executable stub for manifest parsing
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 |