From d0fe9fe6c613ec8894ca4b1d330e7847845a4710 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 23 Aug 2025 15:34:51 +0100 Subject: Add DB schema and setup a mock of it in testing --- Jamroot.jam | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index 5894a7d..c991a05 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -1,8 +1,14 @@ +using pkg-config ; +import pkg-config ; import testing ; build-project src ; build-project test ; +pkg-config.import glibmm : : glibmm-2.68 ; +lib adhocutil : : shared : : /usr/include/adhocutil glibmm ; +lib dbppcore : : shared : : /usr/include/dbpp adhocutil ; +lib dbpp-postgresql : : shared : : /usr/include/dbpp-postgresql dbppcore ; lib z : : shared ; project webstat : requirements -- cgit v1.2.3