From 9d20ba45831e60f2146b1a338866d59bb81dc362 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 20 Jul 2017 08:55:11 +0200 Subject: Add modularized version --- mhello/build/root.build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mhello/build/root.build (limited to 'mhello/build/root.build') diff --git a/mhello/build/root.build b/mhello/build/root.build new file mode 100644 index 0000000..a6a0f1b --- /dev/null +++ b/mhello/build/root.build @@ -0,0 +1,9 @@ +cxx.std = experimental + +using cxx + +cxx{*}: extension = cxx + +# Specify the test target for cross-testing. +# +test.target = $cxx.target -- cgit v1.1