From 4f75973f88b89d9b9dacd947ec980f8780a88192 Mon Sep 17 00:00:00 2001 From: carlo-bramini <30959007+carlo-bramini@users.noreply.github.com> Date: Fri, 26 Oct 2018 19:35:50 +0200 Subject: [PATCH] Print status of Windows drivers --- cmake_admin/report.cmake | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/cmake_admin/report.cmake b/cmake_admin/report.cmake index de10487d..f9150e83 100644 --- a/cmake_admin/report.cmake +++ b/cmake_admin/report.cmake @@ -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 )