diff options
-rw-r--r-- | Jamroot.jam | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamroot.jam b/Jamroot.jam index 14703eb..16c22ac 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 ; lib pthread ; +lib OpenMeshCore ; variant coverage : debug ; project : requirements @@ -112,6 +113,7 @@ lib ilt : <library>freetype2 <library>glib-2.0 <library>pthread + <library>OpenMeshCore : : <include>. <include>lib |