Pārlūkot izejas kodu

added missing link of winmm

Andy Li 8 gadi atpakaļ
vecāks
revīzija
824f98d609
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      CMakeLists.txt

+ 1 - 0
CMakeLists.txt

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