summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-04-09 17:45:16 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2023-04-09 23:29:53 +0100
commit51b649914deef24af240cd279bd667c6bdcf2c6d (patch)
treea646bb6277945fe6c43c7e86bc57cea4c5b1032b /Jamroot.jam
parentMerge branch 'model-factory-textures' (diff)
downloadilt-51b649914deef24af240cd279bd667c6bdcf2c6d.tar.bz2
ilt-51b649914deef24af240cd279bd667c6bdcf2c6d.tar.xz
ilt-51b649914deef24af240cd279bd667c6bdcf2c6d.zip
Include assimp library
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam2
1 files changed, 2 insertions, 0 deletions
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 :
<library>freetype2
<library>glib-2.0
<library>mxml
+ <library>assimp
<library>pthread
<library>OpenMeshCore
: :