vcpkg/ports/sdl2pp/vcpkg.json
autoantwort 7c92c79a1a
[sdl2pp] no absolute paths (#21722)
* [sdl2pp] no absolute paths

* [sdl2-image][sdl2-mixer][sdl2-ttf][sdl2pp] Install and fix .pc files

Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
2021-11-30 15:29:54 -08:00

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