remove winmm

This commit is contained in:
Nishi 2026-08-10 01:55:27 +09:00
commit df1972e91c
5 changed files with 4 additions and 5 deletions

View file

@ -329,7 +329,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL "Windows" OR CMAKE_SYSTEM_NAME STREQUAL "MSYS")
PRIVATE
USE_GDI
)
list(APPEND LIBRARIES gdi32 ole32 winmm uuid)
list(APPEND LIBRARIES gdi32 ole32 uuid)
if(NOT MSVC)
target_link_options(
Mw