浏览代码

added missing link of winmm

Andy Li 8 年之前
父节点
当前提交
824f98d609
共有 1 个文件被更改,包括 1 次插入0 次删除
  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()