summaryrefslogtreecommitdiff
path: root/Jamroot.jam
diff options
context:
space:
mode:
Diffstat (limited to 'Jamroot.jam')
-rw-r--r--Jamroot.jam15
1 files changed, 8 insertions, 7 deletions
diff --git a/Jamroot.jam b/Jamroot.jam
index 8ef10fe..b07dfdd 100644
--- a/Jamroot.jam
+++ b/Jamroot.jam
@@ -6,13 +6,13 @@ import lex ;
import sequence ;
import glsl ;
-pkg-config.import sdl2 ;
-pkg-config.import freetype2 ;
-pkg-config.import glib-2.0 ;
-pkg-config.import mxml ;
-pkg-config.import assimp ;
-lib pthread ;
-lib OpenMeshCore ;
+pkg-config.import sdl2 : : <link>shared ;
+pkg-config.import freetype2 : : <link>shared ;
+pkg-config.import glib-2.0 : : <link>shared ;
+pkg-config.import mxml : : <link>shared ;
+pkg-config.import assimp : : <link>shared ;
+lib pthread : : <link>shared ;
+lib OpenMeshCore : : <link>shared ;
variant coverage : debug ;
project i-like-trains : requirements
@@ -93,6 +93,7 @@ lib ilt :
<library>thirdparty/<variant>release
<implicit-dependency>thirdparty
<library>sdl2
+ <library>thirdparty//imguisdl2
<library>freetype2
<library>glib-2.0
<library>mxml