From ef4070dd12a9aedec805003beaad3816ca4dc3f4 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 19 Jun 2017 18:26:51 +0300 Subject: Move project into intermediate sub-directory --- libformat/build/.gitignore | 1 + libformat/build/bootstrap.build | 7 +++++++ libformat/build/export.build | 6 ++++++ libformat/build/root.build | 6 ++++++ 4 files changed, 20 insertions(+) create mode 100644 libformat/build/.gitignore create mode 100644 libformat/build/bootstrap.build create mode 100644 libformat/build/export.build create mode 100644 libformat/build/root.build (limited to 'libformat/build') 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 -- cgit v1.1