mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 13:39:08 +08:00
0895a81303
* [smpeg2] Fix non-msvc-build * Update CI baseline * [smpeg2] Cleanup, cmake config * Update copyright * Fix config
20 lines
351 B
JSON
20 lines
351 B
JSON
{
|
|
"name": "smpeg2",
|
|
"version": "2.0.0",
|
|
"port-version": 10,
|
|
"description": "SDL MPEG Player Library",
|
|
"homepage": "https://www.libsdl.org/projects/smpeg/",
|
|
"license": null,
|
|
"dependencies": [
|
|
"sdl2",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|