vcpkg/ports/magnum/003-glfw-find-module.patch
Jonathan Hale 0822a28059 [corrade,magnum,-plugins,-extras,-integration] Update to latest and support feature packages (#2687)
[corrade,magnum,-plugins,-extras,-integration] Update to latest and support feature packages
2018-02-16 21:25:30 -08:00

14 lines
349 B
Diff

diff --git a/modules/FindGLFW.cmake b/modules/FindGLFW.cmake
index e831fdb2..b2dba97f 100644
--- a/modules/FindGLFW.cmake
+++ b/modules/FindGLFW.cmake
@@ -39,7 +39,7 @@
# DEALINGS IN THE SOFTWARE.
#
-find_library(GLFW_LIBRARY NAMES glfw glfw3)
+find_library(GLFW_LIBRARY NAMES glfw glfw3 glfw3dll)
# Include dir
find_path(GLFW_INCLUDE_DIR