mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 23:18:59 +08:00
bd0aeb70a3
* [portmidi] Add *inx support, refactory install process * update support * version * Re-fix dynamic build and use * version * Fix build on *inx * version * Re-fix installation * version * Add MAYBE_UNUSED_VARIABLES * version * Change macro judgment value and macro value * version stuff * Update versions/p-/portmidi.json Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
15 lines
326 B
JSON
15 lines
326 B
JSON
{
|
|
"name": "portmidi",
|
|
"version-string": "0.234",
|
|
"port-version": 2,
|
|
"description": "Free, cross-platform, open-source I/O library for MIDI",
|
|
"homepage": "https://sourceforge.net/projects/portmedia/",
|
|
"supports": "!(uwp | arm)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|