summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2025-08-23 15:34:51 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2025-08-25 16:01:17 +0100
commitd0fe9fe6c613ec8894ca4b1d330e7847845a4710 (patch)
tree60abb970345fcb9e8808c7aee3134bd976775071 /Jamroot.jam
parentfaff88728dc925a08515f96236cab62bb70110e5 (diff)
downloadwebstat-d0fe9fe6c613ec8894ca4b1d330e7847845a4710.tar.bz2
webstat-d0fe9fe6c613ec8894ca4b1d330e7847845a4710.tar.xz
webstat-d0fe9fe6c613ec8894ca4b1d330e7847845a4710.zip
Add DB schema and setup a mock of it in testing
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam6
1 files changed, 6 insertions, 0 deletions
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 : : <name>glibmm-2.68 ;
+lib adhocutil : : <link>shared : : <include>/usr/include/adhocutil <library>glibmm ;
+lib dbppcore : : <link>shared : : <include>/usr/include/dbpp <library>adhocutil ;
+lib dbpp-postgresql : : <link>shared : : <include>/usr/include/dbpp-postgresql <library>dbppcore ;
lib z : : <link>shared ;
project webstat : requirements