mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-25 06:44:59 +00:00
Link against OpenGL using the info gathered by the FindOpenGL module.
This commit is contained in:
parent
2621d89a41
commit
8a75351674
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ set(LIBS core
|
||||||
z
|
z
|
||||||
sfml-network
|
sfml-network
|
||||||
SDL
|
SDL
|
||||||
GL
|
${OPENGL_LIBRARIES}
|
||||||
${XRANDR_LIBRARIES}
|
${XRANDR_LIBRARIES}
|
||||||
${X11_LIBRARIES})
|
${X11_LIBRARIES})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue