summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2023-02-15 02:23:16 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2023-02-15 02:23:16 +0000
commit6c3fab53711a8f65734a9beade1b4b3e9469d529 (patch)
tree091d343f46bca94ca4d1ef8d102dc70043bf71be /Jamroot.jam
parentAdd helper operator to perform vec3*mat4 and perspective divide (diff)
downloadilt-6c3fab53711a8f65734a9beade1b4b3e9469d529.tar.bz2
ilt-6c3fab53711a8f65734a9beade1b4b3e9469d529.tar.xz
ilt-6c3fab53711a8f65734a9beade1b4b3e9469d529.zip
Add OpenMeshCore 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 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