vcpkg/ports/libunifex/vcpkg.json
Park DongHa 93d017e8bf
[libunifex] find __kernel_timespec from system header (#30470)
* [libunifex] include header for __kernel_timespec

* [libunifex] update baseline
2023-03-28 11:32:42 -07:00

33 lines
611 B
JSON

{
"name": "libunifex",
"version-date": "2023-01-25",
"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": {
"coroutines": {
"description": "Support coroutine"
},
"test": {
"description": "Build test/example programs",
"dependencies": [
"gtest"
]
}
}
}