yuzu/externals/vcpkg/ports/libunifex/vcpkg.json

30 lines
543 B
JSON
Executable File

{
"name": "libunifex",
"version-date": "2021-12-07",
"port-version": 1,
"description": "Unified Executors",
"homepage": "https://github.com/facebookexperimental/libunifex",
"dependencies": [
{
"name": "liburing",
"platform": "linux"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"test": {
"description": "Build test/example programs",
"dependencies": [
"gtest"
]
}
}
}