mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 19:19:00 +08:00
047e8ef16e
* [libunifex] create a new port * [libunifex] update version/baseline * [libunifex] fix wrong support expression * update version SHA * [libunifex] more warning comments * [libunifex] use `unofficial::` namespace * [libunifex] allow warnings in build * simplify the patch file * Update ports/libunifex/vcpkg.json Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com> * [libunifex] update patch files * [libunifex] replace INCLUDEDIR to include Co-authored-by: ras0219 <533828+ras0219@users.noreply.github.com>
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"
|
|
]
|
|
}
|
|
}
|
|
}
|