Browse Source

added missing link of winmm

Andy Li 8 years ago
parent
commit
824f98d609
1 changed files with 1 additions and 0 deletions
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -143,6 +143,7 @@ target_link_libraries(sdl.hdll
 
 if(WIN32)
     target_link_libraries(sdl.hdll
+        winmm
         opengl32
     )
 endif()