diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2025-08-26 13:06:57 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-09-01 20:02:59 +0100 |
commit | e93b2fe92eb172d7c7b76209bf489d9c0da59cca (patch) | |
tree | 7089fb5b49325b00dff5a26439fec49bb6bc8ffc /Jamroot.jam | |
parent | 828c158519cc4182277eca1d00ec7dd9fce4986c (diff) | |
download | webstat-e93b2fe92eb172d7c7b76209bf489d9c0da59cca.tar.bz2 webstat-e93b2fe92eb172d7c7b76209bf489d9c0da59cca.tar.xz webstat-e93b2fe92eb172d7c7b76209bf489d9c0da59cca.zip |
Add basic boost::program_options support
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 1a9a214..5ec40fa 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -7,6 +7,7 @@ build-project src ; build-project test ; pkg-config.import glibmm : : <name>glibmm-2.68 ; +lib boost_po : : <link>shared <name>boost_program_options ; 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 ; |