Browse Source

modules: look for glfw3dll as well.

Upstreamed from a vcpkg patch.
findsdl-include-root
Vladimír Vondruš 7 years ago
parent
commit
cc6e7573c9
  1. 2
      modules/FindGLFW.cmake

2
modules/FindGLFW.cmake

@ -65,7 +65,7 @@ if(TARGET glfw)
endif()
# In case no config file was found, try manually finding the library.
find_library(GLFW_LIBRARY NAMES glfw glfw3)
find_library(GLFW_LIBRARY NAMES glfw glfw3 glfw3dll)
# Include dir
find_path(GLFW_INCLUDE_DIR

Loading…
Cancel
Save