early-access version 2853
This commit is contained in:
22
externals/vcpkg/ports/redis-plus-plus/vcpkg.json
vendored
Executable file
22
externals/vcpkg/ports/redis-plus-plus/vcpkg.json
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "redis-plus-plus",
|
||||
"version-semver": "1.3.2",
|
||||
"description": "This is a C++ client for Redis. It's based on hiredis, and written in C++ 11",
|
||||
"homepage": "https://github.com/sewenew/redis-plus-plus",
|
||||
"dependencies": [
|
||||
"hiredis",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"cxx17": {
|
||||
"description": "Build redis-plus-plus with cxx 17 standard"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user