mirror of
https://github.com/glfw/glfw.git
synced 2024-11-11 04:53:50 +00:00
Re-used library list.
This commit is contained in:
parent
a6981b7f83
commit
24dc846ac2
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user