diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-02-20 18:42:30 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-02-21 00:35:49 +0000 |
commit | 0724047fbbbf02e053e2686299d726fcb2c7d295 (patch) | |
tree | dd367585d80c40ba9e8387d1ff2b3e8a16094a6c /Jamroot.jam | |
parent | Swap @ prefix for p. prefix for special value names (diff) | |
download | ilt-0724047fbbbf02e053e2686299d726fcb2c7d295.tar.bz2 ilt-0724047fbbbf02e053e2686299d726fcb2c7d295.tar.xz ilt-0724047fbbbf02e053e2686299d726fcb2c7d295.zip |
Add SAXParse base class
Diffstat (limited to 'Jamroot.jam')
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 16c22ac..27db410 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -12,6 +12,7 @@ pkg-config.import sdl2 ; pkg-config.import glew ; pkg-config.import freetype2 ; pkg-config.import glib-2.0 ; +pkg-config.import mxml ; lib pthread ; lib OpenMeshCore ; @@ -112,6 +113,7 @@ lib ilt : <library>glew <library>freetype2 <library>glib-2.0 + <library>mxml <library>pthread <library>OpenMeshCore : : |