You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -26,6 +26,11 @@ cmake_dependent_option(LIBREMIDI_NO_WINMIDI "Disable WinMIDI back-end" OFF "WIN3
26
26
# if(LINUX) in CMake 3.25
27
27
cmake_dependent_option(LIBREMIDI_NO_ALSA"Disable ALSA back-end"OFF"UNIX; NOT APPLE"OFF)
28
28
cmake_dependent_option(LIBREMIDI_NO_UDEV"Disable udev support for ALSA"OFF"UNIX; NOT APPLE"OFF)
29
+
cmake_dependent_option(LIBREMIDI_DOWNLOAD_CPPWINRT"Download cppwinrt and MIDI2 nupkgs"ON"WIN32"OFF)
30
+
31
+
# https://github.com/microsoft/MIDI/releases/download/dev-preview-9-namm-4/Microsoft.Windows.Devices.Midi2.1.0.2-preview-9.250121-1820.nupkg renamed to .zip
32
+
cmake_dependent_option(LIBREMIDI_WINMIDI_HEADERS_ZIP"Path to the WinMIDI headers archive""""WIN32""")
33
+
29
34
option(LIBREMIDI_NO_JACK"Disable JACK back-end"OFF)
if (NOTEXISTS"${CMAKE_WINDOWS_KITS_10_DIR}/Lib/${CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION}.")
49
49
message(FATAL_ERROR"Windows SDK not found. Install a Windows SDK and pass it to CMake with e.g. -DCMAKE_GENERATOR_PLATFORM=x64,version=10.0.26100.0 -DCMAKE_SYSTEM_VERSION=10.0.26100.0")
0 commit comments