early-access version 2853
This commit is contained in:
38
externals/vcpkg/ports/hazelcast-cpp-client/vcpkg.json
vendored
Executable file
38
externals/vcpkg/ports/hazelcast-cpp-client/vcpkg.json
vendored
Executable file
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"name": "hazelcast-cpp-client",
|
||||
"version-semver": "5.0.0",
|
||||
"description": "C++ client library for Hazelcast in-memory database.",
|
||||
"homepage": "https://github.com/hazelcast/hazelcast-cpp-client",
|
||||
"documentation": "http://hazelcast.github.io/hazelcast-cpp-client/index.html",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"boost-any",
|
||||
"boost-asio",
|
||||
"boost-chrono",
|
||||
"boost-format",
|
||||
"boost-optional",
|
||||
"boost-property-tree",
|
||||
"boost-system",
|
||||
"boost-thread",
|
||||
"boost-uuid",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"example": {
|
||||
"description": "Build examples for Hazelcast C++ client"
|
||||
},
|
||||
"openssl": {
|
||||
"description": "Build hazelcast C++ client with SSL support",
|
||||
"dependencies": [
|
||||
"openssl"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user