summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-29 16:18:46 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-29 16:18:46 +0300
commit823f53f89963bde6e6d57e58348f8242fda2cdd9 (patch)
tree5a762235c727d068c164b9d416784e10303995c4 /build
parent1b071f8381cd262c2e800defbb5a1850207d22d2 (diff)
Add hxx extension for headers and lib prefix for library dirs
Diffstat (limited to 'build')
-rw-r--r--build/export.build4
-rw-r--r--build/root.build2
2 files changed, 3 insertions, 3 deletions
diff --git a/build/export.build b/build/export.build
index 53e115c..25c99aa 100644
--- a/build/export.build
+++ b/build/export.build
@@ -1,6 +1,6 @@
$out_root/:
{
- include format/
+ include libformat/
}
-export $out_root/format/lib{format}
+export $out_root/libformat/lib{format}
diff --git a/build/root.build b/build/root.build
index 4f70114..8ceadfa 100644
--- a/build/root.build
+++ b/build/root.build
@@ -2,5 +2,5 @@ cxx.std = 11
using cxx
-hxx{*}: extension =
+hxx{*}: extension = hxx
cxx{*}: extension = cxx