summaryrefslogtreecommitdiff
path: root/hello0/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-06-19 18:26:34 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-06-19 18:26:34 +0300
commit60b5be3c72aaa4df1936b62ed4704b3d5abd2247 (patch)
treededf4c56e6209bb58671a1f0b2a2cc10f4f7d31d /hello0/build
parent86f4323dcc2b0145f6ff661bcf572ea2038af3d0 (diff)
Move project into intermediate sub-directory
Diffstat (limited to 'hello0/build')
-rw-r--r--hello0/build/.gitignore1
-rw-r--r--hello0/build/bootstrap.build7
-rw-r--r--hello0/build/root.build9
3 files changed, 17 insertions, 0 deletions
diff --git a/hello0/build/.gitignore b/hello0/build/.gitignore
new file mode 100644
index 0000000..225c27f
--- /dev/null
+++ b/hello0/build/.gitignore
@@ -0,0 +1 @@
+config.build
diff --git a/hello0/build/bootstrap.build b/hello0/build/bootstrap.build
new file mode 100644
index 0000000..4135f57
--- /dev/null
+++ b/hello0/build/bootstrap.build
@@ -0,0 +1,7 @@
+project = hello0
+
+using version
+using config
+using dist
+using test
+using install
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