mirror of
https://github.com/memononen/nanovg
synced 2026-09-27 00:28:46 +03:00
Define missing NANOVG_GLEW for Linux configurations.
This commit is contained in:
parent
f93799c078
commit
c18ea99ae3
1 changed files with 3 additions and 0 deletions
|
|
@ -152,6 +152,7 @@ solution "nanovg"
|
|||
configuration { "linux" }
|
||||
linkoptions { "`pkg-config --libs glfw3`" }
|
||||
links { "GL", "GLU", "m", "GLEW" }
|
||||
defines { "NANOVG_GLEW" }
|
||||
|
||||
configuration { "windows" }
|
||||
links { "glfw3", "gdi32", "winmm", "user32", "GLEW", "glu32","opengl32", "kernel32" }
|
||||
|
|
@ -180,6 +181,7 @@ solution "nanovg"
|
|||
configuration { "linux" }
|
||||
linkoptions { "`pkg-config --libs glfw3`" }
|
||||
links { "GL", "GLU", "m", "GLEW" }
|
||||
defines { "NANOVG_GLEW" }
|
||||
|
||||
configuration { "windows" }
|
||||
links { "glfw3", "gdi32", "winmm", "user32", "GLEW", "glu32","opengl32", "kernel32" }
|
||||
|
|
@ -208,6 +210,7 @@ solution "nanovg"
|
|||
configuration { "linux" }
|
||||
linkoptions { "`pkg-config --libs glfw3`" }
|
||||
links { "GL", "GLU", "m", "GLEW" }
|
||||
defines { "NANOVG_GLEW" }
|
||||
|
||||
configuration { "windows" }
|
||||
links { "glfw3", "gdi32", "winmm", "user32", "GLEW", "glu32","opengl32", "kernel32" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue