mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 11:49:04 +08:00
93d017e8bf
* [libunifex] include header for __kernel_timespec * [libunifex] update baseline
33 lines
611 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|