From fc76d626cc9d43f899f46bcf62e6d047abd1f362 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Jun 2015 18:56:24 +0200 Subject: Add export stub --- bpkg/buildfile | 1 + build/export.build | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 build/export.build diff --git a/bpkg/buildfile b/bpkg/buildfile index c498ed9..b084404 100644 --- a/bpkg/buildfile +++ b/bpkg/buildfile @@ -4,3 +4,4 @@ import libs += libbutl lib{bpkg}: cxx{manifest-parser manifest-serializer manifest} $libs +lib{bpkg}: cxx.export.poptions = -I$src_root diff --git a/build/export.build b/build/export.build new file mode 100644 index 0000000..622d286 --- /dev/null +++ b/build/export.build @@ -0,0 +1,6 @@ +$out_root/: +{ + include bpkg/ +} + +export $out_root/butl/lib{bpkg} -- cgit v1.1