Add winmm to SDL2 libs for WIN32.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
Rafael Kitover 2022-02-04 04:44:14 +00:00
parent a7eeb17645
commit 7853718627
No known key found for this signature in database
GPG Key ID: 08AB596679D86240
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ find_package(OpenGL REQUIRED)
find_package(SDL2 REQUIRED)
if(WIN32)
set(SDL2_LIBRARY ${SDL2_LIBRARY} setupapi)
set(SDL2_LIBRARY ${SDL2_LIBRARY} setupapi winmm)
endif()
# set the standard libraries all ports use