Merge pull request #51 from nifker/master

Update premake4.lua
This commit is contained in:
Mikko Mononen 2016-01-17 19:33:22 +02:00
commit ba02725b73

View File

@ -14,7 +14,7 @@ solution "nanosvg"
targetdir("build")
configuration { "linux" }
links { "X11","Xrandr", "rt", "GL", "GLU", "pthread" }
links { "X11","Xrandr", "rt", "GL", "GLU", "pthread", "glfw" }
configuration { "windows" }
links { "glu32","opengl32", "gdi32", "winmm", "user32" }