Re-used library list.

master
Camilla Berglund ago%!(EXTRA string=14 years)
parent a6981b7f83
commit 24dc846ac2
  1. 2
      CMakeLists.txt

@ -56,7 +56,7 @@ if (UNIX AND NOT APPLE)
include(CheckSymbolExists)
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_x11_xrandr()

Loading…
Cancel
Save