summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/external/glfw/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/external/glfw/CMakeLists.txt b/src/external/glfw/CMakeLists.txt
index a9ed8554..62906ee8 100644
--- a/src/external/glfw/CMakeLists.txt
+++ b/src/external/glfw/CMakeLists.txt
@@ -190,7 +190,7 @@ endif()
#--------------------------------------------------------------------
if (_GLFW_WIN32)
- list(APPEND glfw_PKG_LIBS "-lgdi32")
+ list(APPEND glfw_PKG_LIBS "-lgdi32 -lwinmm")
if (GLFW_USE_HYBRID_HPG)
set(_GLFW_USE_HYBRID_HPG 1)