mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 16:52:57 +00:00
Re-used library list.
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ if (UNIX AND NOT APPLE)
|
|||||||
include(CheckSymbolExists)
|
include(CheckSymbolExists)
|
||||||
|
|
||||||
include(${GLFW_SOURCE_DIR}/CMake/CheckX11Extensions.cmake)
|
include(${GLFW_SOURCE_DIR}/CMake/CheckX11Extensions.cmake)
|
||||||
set(CMAKE_REQUIRED_LIBRARIES ${X11_X11_LIB} ${OPENGL_gl_LIBRARY})
|
set(CMAKE_REQUIRED_LIBRARIES ${GLFW_LIBRARIES})
|
||||||
|
|
||||||
# Check for XRandR (modern resolution switching extension)
|
# Check for XRandR (modern resolution switching extension)
|
||||||
check_x11_xrandr()
|
check_x11_xrandr()
|
||||||
|
|||||||
Reference in New Issue
Block a user