Explorar o código

added missing link of winmm

Andy Li %!s(int64=8) %!d(string=hai) anos
pai
achega
824f98d609
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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()