early-access version 2853
This commit is contained in:
29
externals/vcpkg/ports/libunifex/vcpkg.json
vendored
Executable file
29
externals/vcpkg/ports/libunifex/vcpkg.json
vendored
Executable file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "libunifex",
|
||||
"version-date": "2021-12-07",
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user