summaryrefslogtreecommitdiff
path: root/libformat/build
diff options
context:
space:
mode:
Diffstat (limited to 'libformat/build')
-rw-r--r--libformat/build/.gitignore1
-rw-r--r--libformat/build/bootstrap.build7
-rw-r--r--libformat/build/export.build6
-rw-r--r--libformat/build/root.build6
4 files changed, 20 insertions, 0 deletions
diff --git a/libformat/build/.gitignore b/libformat/build/.gitignore
new file mode 100644
index 0000000..225c27f
--- /dev/null
+++ b/libformat/build/.gitignore
@@ -0,0 +1 @@
+config.build
diff --git a/libformat/build/bootstrap.build b/libformat/build/bootstrap.build
new file mode 100644
index 0000000..b6e8537
--- /dev/null
+++ b/libformat/build/bootstrap.build
@@ -0,0 +1,7 @@
+project = libformat
+
+using version
+using config
+using dist
+using test
+using install
diff --git a/libformat/build/export.build b/libformat/build/export.build
new file mode 100644
index 0000000..25c99aa
--- /dev/null
+++ b/libformat/build/export.build
@@ -0,0 +1,6 @@
+$out_root/:
+{
+ include libformat/
+}
+
+export $out_root/libformat/lib{format}
diff --git a/libformat/build/root.build b/libformat/build/root.build
new file mode 100644
index 0000000..8ceadfa
--- /dev/null
+++ b/libformat/build/root.build
@@ -0,0 +1,6 @@
+cxx.std = 11
+
+using cxx
+
+hxx{*}: extension = hxx
+cxx{*}: extension = cxx