mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:41:38 +08:00
3a37cc46f6
This fixes a missing #include <cstring> in one of the library's headers (allegro.h). Also the header files are installed to the lowercase "portsmf" directory to match the old build system.
19 lines
431 B
JSON
19 lines
431 B
JSON
{
|
|
"name": "portsmf",
|
|
"version": "0.238",
|
|
"description": "Portsmf is 'Port Standard MIDI File', a cross-platform, C++ library for reading and writing Standard MIDI Files.",
|
|
"homepage": "https://github.com/tenacityteam/portsmf",
|
|
"license": "MIT",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|