summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2021-06-03 00:19:50 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2021-06-03 00:19:50 +0100
commit88708a8aa6a33f265ff990102b44a9a51e3bf4bb (patch)
tree8e59a73be6366e3237c473834852a276f07a9963 /Jamroot.jam
parentDetermine parameter mode at point of call by DB type property (diff)
downloadmygrate-88708a8aa6a33f265ff990102b44a9a51e3bf4bb.tar.bz2
mygrate-88708a8aa6a33f265ff990102b44a9a51e3bf4bb.tar.xz
mygrate-88708a8aa6a33f265ff990102b44a9a51e3bf4bb.zip
Get upstream from DB
Adds options from command line and a few supporting tweaks
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam1
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 883aaf0..c85ea56 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -10,6 +10,7 @@ import regex : replace ;
pkg-config.import libmariadb ;
pkg-config.import libpq ;
+lib po : : <name>boost_program_options ;
variant coverage : debug ;