aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rtmidi/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/rtmidi/vcpkg.json')
-rw-r--r--vcpkg/ports/rtmidi/vcpkg.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/vcpkg/ports/rtmidi/vcpkg.json b/vcpkg/ports/rtmidi/vcpkg.json
new file mode 100644
index 0000000..36b70af
--- /dev/null
+++ b/vcpkg/ports/rtmidi/vcpkg.json
@@ -0,0 +1,27 @@
+{
+ "name": "rtmidi",
+ "version": "6.0.0",
+ "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",
+ "license": "MIT",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "alsa": {
+ "description": "Build ALSA API",
+ "supports": "linux",
+ "dependencies": [
+ "alsa"
+ ]
+ }
+ }
+}