updated version of glew, and use static glew under Windows (CMake and premake project updates)
This commit is contained in:
@@ -28,12 +28,12 @@
|
||||
configuration "x64"
|
||||
links {
|
||||
"glut64",
|
||||
"glew64"
|
||||
"glew64s"
|
||||
}
|
||||
configuration "x32"
|
||||
links {
|
||||
"glut32",
|
||||
"glew32"
|
||||
"glew32s"
|
||||
}
|
||||
|
||||
configuration{}
|
||||
|
||||
Reference in New Issue
Block a user