From 0724047fbbbf02e053e2686299d726fcb2c7d295 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 20 Feb 2023 18:42:30 +0000 Subject: Add SAXParse base class --- Jamroot.jam | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Jamroot.jam') 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 : glew freetype2 glib-2.0 + mxml pthread OpenMeshCore : : -- cgit v1.2.3