[GLExtensions] Still had a GLEW lib hanging out in the CMake file for the software renderer.
This commit is contained in:
parent
2a8ee1a7ff
commit
17955fa025
|
@ -42,7 +42,6 @@ if(USE_GLES)
|
|||
else()
|
||||
set(SRCS ${SRCS} RasterFont.cpp)
|
||||
set(LIBS ${LIBS}
|
||||
GLEW
|
||||
${OPENGL_LIBRARIES})
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue