diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-09 17:45:16 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2023-04-09 23:29:53 +0100 |
commit | 51b649914deef24af240cd279bd667c6bdcf2c6d (patch) | |
tree | a646bb6277945fe6c43c7e86bc57cea4c5b1032b | |
parent | Merge branch 'model-factory-textures' (diff) | |
download | ilt-51b649914deef24af240cd279bd667c6bdcf2c6d.tar.bz2 ilt-51b649914deef24af240cd279bd667c6bdcf2c6d.tar.xz ilt-51b649914deef24af240cd279bd667c6bdcf2c6d.zip |
Include assimp library
-rw-r--r-- | Jamroot.jam | 2 |
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 : : |