vcpkg/ports/rtmidi/vcpkg.json
Cheney Wang 8aa1541d79
[rtmidi] Fix fatal error C1083: Cannot open include file: jack/jack.h (#19458)
* [rtmidi] Fix fatal error C1083: Cannot open include file:jack/jack.h

* Update json file

* Modify the format of portfile.cmake

* Update json
2021-08-09 08:56:48 -07:00

9 lines
329 B
JSON

{
"name": "rtmidi",
"version-semver": "4.0.0",
"port-version": 3,
"description": "A set of C++ classes that provide a common API for realtime MIDI input/output across Linux (ALSA & JACK), Macintosh OS X (CoreMidi & JACK) and Windows (Multimedia)",
"homepage": "https://github.com/thestk/rtmidi",
"supports": "!uwp"
}