diff options
Diffstat (limited to 'vcpkg/ports/microsoft-windows-devices-midi2/usage')
| -rw-r--r-- | vcpkg/ports/microsoft-windows-devices-midi2/usage | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/ports/microsoft-windows-devices-midi2/usage b/vcpkg/ports/microsoft-windows-devices-midi2/usage new file mode 100644 index 0000000..0e65d50 --- /dev/null +++ b/vcpkg/ports/microsoft-windows-devices-midi2/usage @@ -0,0 +1,8 @@ +microsoft-windows-devices-midi2 provides CMake integration:
+
+ find_package(microsoft-windows-devices-midi2 CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE Microsoft::Windows::Devices::Midi2)
+
+It also sets the following:
+ MIDI2_WINDOWS_SDK_VERSION to the version of the Windows SDK used to generate the projections
+ MIDI2_SDK_VERSION to the projected version of the Windows MIDI Services SDK
|