aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2019-05-07 22:56:38 +0200
committerRay <raysan5@gmail.com>2019-05-07 22:56:38 +0200
commit4773de26a50c29ae918e306c9936ad9d4ebf80aa (patch)
treebe5fbe2e96439f60a5178b55d69651ae64c789cc /src
parentf6d1ffd4cd0291dc161ae38b0ac040afc6b41c90 (diff)
downloadraylib-4773de26a50c29ae918e306c9936ad9d4ebf80aa.tar.gz
raylib-4773de26a50c29ae918e306c9936ad9d4ebf80aa.zip
Added WinMM library
Required for high resolution timer
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)