vcpkg/ports/portmidi/vcpkg.json
Jack·Boos·Yu bd0aeb70a3
[portmidi] Add non-Windows support, refactory install process (#19710)
* [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>
2021-09-17 07:51:19 -07:00

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
}
]
}