summaryrefslogtreecommitdiff
path: root/hello/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-06-19 18:25:43 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-06-19 18:25:43 +0300
commit8bb21cfef3955e42bab30ca2dd074f29be5c2c36 (patch)
tree988419a3bb68c6233792e820725c09daf5b66d3c /hello/build
parent8f70a0a00cec8a5c72fb5bcc9a7b2b37af29736e (diff)
Move project into intermediate sub-directory
Diffstat (limited to 'hello/build')
-rw-r--r--hello/build/.gitignore1
-rw-r--r--hello/build/bootstrap.build7
-rw-r--r--hello/build/root.build9
3 files changed, 17 insertions, 0 deletions
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