summaryrefslogtreecommitdiff
path: root/libformat/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-06-19 18:26:51 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-06-19 18:26:51 +0300
commitef4070dd12a9aedec805003beaad3816ca4dc3f4 (patch)
treea5f8f65a1e289586554254f4c0dec3dbbb1f3130 /libformat/build
parent8a9eb6d0e140998871ae2e733c85d895b289f9df (diff)
Move project into intermediate sub-directory
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