Преглед изворни кода

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