Add dsound to Windows dependency list

This commit is contained in:
Roza 2021-01-06 03:51:47 -05:00
parent c0a36f73c0
commit 55778aa644

View file

@ -76,6 +76,7 @@ if get_option('shared_fluid') == true
fluidsynth = dependency('fluidsynth', static: build_static)
add_project_arguments('-DSHARED_FLUID', language: 'cpp')
global_dependencies += fluidsynth
global_dependencies += compilers['cpp'].find_library('dsound')
endif
if get_option('default_framerate') == true