mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 12:49:00 +08:00
0822a28059
[corrade,magnum,-plugins,-extras,-integration] Update to latest and support feature packages
14 lines
349 B
Diff
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
|