vcpkg/ports/smpeg2/vcpkg.json
Kai Pastor 0895a81303
[smpeg2] Cleanup, fix build, export config (#32807)
* [smpeg2] Fix non-msvc-build

* Update CI baseline

* [smpeg2] Cleanup, cmake config

* Update copyright

* Fix config
2023-08-01 09:25:34 -07:00

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