mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 09:05:36 +08:00
30 lines
544 B
JSON
30 lines
544 B
JSON
|
{
|
||
|
"name": "libunifex",
|
||
|
"version-date": "2021-08-01",
|
||
|
"description": "Unified Executors",
|
||
|
"homepage": "https://github.com/facebookexperimental/libunifex",
|
||
|
"supports": "!osx",
|
||
|
"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"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|