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/.gitignore | 1 + mhello/build/bootstrap.build | 7 +++++++ mhello/build/root.build | 9 +++++++++ 3 files changed, 17 insertions(+) create mode 100644 mhello/build/.gitignore create mode 100644 mhello/build/bootstrap.build create mode 100644 mhello/build/root.build (limited to 'mhello/build') diff --git a/mhello/build/.gitignore b/mhello/build/.gitignore new file mode 100644 index 0000000..225c27f --- /dev/null +++ b/mhello/build/.gitignore @@ -0,0 +1 @@ +config.build diff --git a/mhello/build/bootstrap.build b/mhello/build/bootstrap.build new file mode 100644 index 0000000..5243f55 --- /dev/null +++ b/mhello/build/bootstrap.build @@ -0,0 +1,7 @@ +project = mhello + +using version +using config +using dist +using test +using install 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