Add winmm to SDL2 libs for WIN32.
Signed-off-by: Rafael Kitover <rkitover@gmail.com>
This commit is contained in:
parent
a7eeb17645
commit
7853718627
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue