From 037ad0360056ec38eda1b3b8a74cd3ae4371630f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 21 Jul 2018 14:47:30 +0200 Subject: Add binding support executable stub for manifest parsing --- build/root.build | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'build/root.build') 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 -- cgit v1.1