early-access version 2853
This commit is contained in:
22
externals/vcpkg/ports/xxhash/vcpkg.json
vendored
Executable file
22
externals/vcpkg/ports/xxhash/vcpkg.json
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "xxhash",
|
||||
"version": "0.8.1",
|
||||
"port-version": 1,
|
||||
"description": "Extremely fast hash algorithm",
|
||||
"homepage": "https://github.com/Cyan4973/xxHash",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"xxhsum": {
|
||||
"description": "Build the xxhsum binary"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user