From 38bb6be4c90c7fbf95b8e5345de21175d3f1ebd7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 28 Aug 2016 17:28:55 +0200 Subject: Update build infrastructure --- brep/buildfile | 12 ++++++------ brep/types | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'brep') diff --git a/brep/buildfile b/brep/buildfile index b1e80a3..d34a6e5 100644 --- a/brep/buildfile +++ b/brep/buildfile @@ -6,11 +6,10 @@ define sql: file sql{*}: extension = sql sql{*}: install = data/ -# lib{brep} -# -import libs += libodb%lib{odb} -import libs += libodb-pgsql%lib{odb-pgsql} -import libs += libbpkg%lib{bpkg} +import int_libs = libodb%lib{odb} +import int_libs += libodb-pgsql%lib{odb-pgsql} +import int_libs += libbutl%lib{butl} +import int_libs += libbpkg%lib{bpkg} lib{brep}: \ {hxx cxx}{ package } \ @@ -23,10 +22,11 @@ lib{brep}: \ {hxx }{ utility } \ {hxx }{ version } \ {hxx }{ wrapper-traits } \ -$libs \ + $int_libs \ sql{package package-extra} lib{brep}: cxx.export.poptions = -I$out_root -I$src_root +lib{brep}: cxx.export.libs = $int_libs # Install into the brep/ subdirectory of, say, /usr/include/. # diff --git a/brep/types b/brep/types index 9b5f423..67a32fd 100644 --- a/brep/types +++ b/brep/types @@ -28,7 +28,7 @@ namespace brep { - // Commonly-used types. + // Commonly-used types. // using std::uint8_t; using std::uint16_t; -- cgit v1.1