diff options
Diffstat (limited to 'vcpkg/ports/libadlmidi/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libadlmidi/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/libadlmidi/vcpkg.json b/vcpkg/ports/libadlmidi/vcpkg.json new file mode 100644 index 0000000..91f1401 --- /dev/null +++ b/vcpkg/ports/libadlmidi/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "libadlmidi", + "version-date": "2025-04-14", + "description": "libADLMIDI is a free Software MIDI synthesizer library with OPL3 emulation", + "homepage": "https://github.com/Wohlstand/libADLMIDI", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |