From 51b649914deef24af240cd279bd667c6bdcf2c6d Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 9 Apr 2023 17:45:16 +0100 Subject: Include assimp library --- Jamroot.jam | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Jamroot.jam') diff --git a/Jamroot.jam b/Jamroot.jam index e2075cf..ebe97a6 100644 --- a/Jamroot.jam +++ b/Jamroot.jam @@ -13,6 +13,7 @@ pkg-config.import glew ; pkg-config.import freetype2 ; pkg-config.import glib-2.0 ; pkg-config.import mxml ; +pkg-config.import assimp ; lib pthread ; lib OpenMeshCore ; @@ -115,6 +116,7 @@ lib ilt : freetype2 glib-2.0 mxml + assimp pthread OpenMeshCore : : -- cgit v1.2.3