From 60b5be3c72aaa4df1936b62ed4704b3d5abd2247 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Jun 2017 18:26:34 +0300 Subject: Move project into intermediate sub-directory --- hello0/build/root.build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hello0/build/root.build (limited to 'hello0/build/root.build') diff --git a/hello0/build/root.build b/hello0/build/root.build new file mode 100644 index 0000000..7c65dab --- /dev/null +++ b/hello0/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