yuzu/externals/vcpkg/ports/cutelyst2/vcpkg.json

21 lines
409 B
JSON
Executable File

{
"name": "cutelyst2",
"version": "2.12.0",
"port-version": 2,
"description": "A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework",
"dependencies": [
{
"name": "qt5-base",
"default-features": false
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}