瀏覽代碼

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()