mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 11:39:03 +08:00
7c92c79a1a
* [sdl2pp] no absolute paths * [sdl2-image][sdl2-mixer][sdl2-ttf][sdl2pp] Install and fix .pc files Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
18 lines
310 B
JSON
18 lines
310 B
JSON
{
|
|
"name": "sdl2pp",
|
|
"version": "0.16.1",
|
|
"port-version": 2,
|
|
"description": "C++11 bindings/wrapper for SDL2",
|
|
"homepage": "https://sdl2pp.amdmi3.ru",
|
|
"dependencies": [
|
|
"sdl2",
|
|
"sdl2-image",
|
|
"sdl2-mixer",
|
|
"sdl2-ttf",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|