mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-08 00:31:11 +00:00
Print status of Windows drivers
This commit is contained in:
parent
f3afe61b6a
commit
4f75973f88
1 changed files with 12 additions and 0 deletions
|
@ -74,6 +74,18 @@ else ( WINDOWS_SUPPORT )
|
|||
message ( "Windows: no" )
|
||||
endif ( WINDOWS_SUPPORT )
|
||||
|
||||
if ( DSOUND_SUPPORT )
|
||||
message ( "DSound: yes" )
|
||||
else ( DSOUND_SUPPORT )
|
||||
message ( "DSound: no" )
|
||||
endif ( DSOUND_SUPPORT )
|
||||
|
||||
if ( WINMIDI_SUPPORT )
|
||||
message ( "WinMidi support: yes" )
|
||||
else ( WINMIDI_SUPPORT )
|
||||
message ( "WinMidi support: no" )
|
||||
endif ( WINMIDI_SUPPORT )
|
||||
|
||||
if ( LADSPA_SUPPORT )
|
||||
message ( "LADSPA support: yes" )
|
||||
else ( LADSPA_SUPPORT )
|
||||
|
|
Loading…
Reference in a new issue