File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ target("gfcore0")
50
50
add_includedirs (" $(buildir)/config" )
51
51
add_packages (" pugixml" , " stb" )
52
52
add_packages (" boost" , " zlib" , { public = true })
53
+ add_rpathdirs (" $ORIGIN" )
53
54
set_license (" Zlib" )
54
55
55
56
target (" gf0" )
@@ -67,6 +68,7 @@ target("gf0")
67
68
add_includedirs (" library/vendor/glad/gles20/include" )
68
69
add_packages (" opengl-headers" , " libsdl" , " freetype" , " pugixml" )
69
70
add_deps (" gfcore0" )
71
+ add_rpathdirs (" $ORIGIN" )
70
72
set_license (" Zlib" )
71
73
72
74
target (" gfnet0" )
@@ -81,6 +83,7 @@ target("gfnet0")
81
83
add_includedirs (" include" , { public = true })
82
84
add_includedirs (" include-priv" )
83
85
add_deps (" gfcore0" )
86
+ add_rpathdirs (" $ORIGIN" )
84
87
if is_plat (" linux" ) then
85
88
add_defines (" _POSIX_C_SOURCE=200809L" )
86
89
end
You can’t perform that action at this time.
0 commit comments