summaryrefslogtreecommitdiff
path: root/hello0/build
diff options
context:
space:
mode:
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