vcpkg/ports/libunifex/vcpkg.json
autoantwort 66dc12b3fa
many-ports: Update supports field (#20053)
* many-ports: Update supports field

* Fix several "version-string"s.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-17 08:20:57 -07:00

30 lines
543 B
JSON

{
"name": "libunifex",
"version-date": "2021-08-01",
"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"
]
}
}
}