From 8bb21cfef3955e42bab30ca2dd074f29be5c2c36 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Jun 2017 18:25:43 +0300 Subject: Move project into intermediate sub-directory --- hello/build/.gitignore | 1 + hello/build/bootstrap.build | 7 +++++++ hello/build/root.build | 9 +++++++++ 3 files changed, 17 insertions(+) create mode 100644 hello/build/.gitignore create mode 100644 hello/build/bootstrap.build create mode 100644 hello/build/root.build (limited to 'hello/build') diff --git a/hello/build/.gitignore b/hello/build/.gitignore new file mode 100644 index 0000000..225c27f --- /dev/null +++ b/hello/build/.gitignore @@ -0,0 +1 @@ +config.build diff --git a/hello/build/bootstrap.build b/hello/build/bootstrap.build new file mode 100644 index 0000000..5990cab --- /dev/null +++ b/hello/build/bootstrap.build @@ -0,0 +1,7 @@ +project = hello + +using version +using config +using dist +using test +using install diff --git a/hello/build/root.build b/hello/build/root.build new file mode 100644 index 0000000..7c65dab --- /dev/null +++ b/hello/build/root.build @@ -0,0 +1,9 @@ +cxx.std = 11 + +using cxx + +cxx{*}: extension = cxx + +# Specify the test target for cross-testing. +# +test.target = $cxx.target -- cgit v1.1