mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 11:35:54 +00:00
[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
1 changed files with 0 additions and 1 deletions
|
@ -42,7 +42,6 @@ if(USE_GLES)
|
|||
else()
|
||||
set(SRCS ${SRCS} RasterFont.cpp)
|
||||
set(LIBS ${LIBS}
|
||||
GLEW
|
||||
${OPENGL_LIBRARIES})
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue