early-access version 2853
This commit is contained in:
43
externals/vcpkg/ports/librdkafka/vcpkg.json
vendored
Executable file
43
externals/vcpkg/ports/librdkafka/vcpkg.json
vendored
Executable file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "librdkafka",
|
||||
"version": "1.8.2",
|
||||
"port-version": 2,
|
||||
"description": "The Apache Kafka C/C++ library",
|
||||
"homepage": "https://github.com/edenhill/librdkafka",
|
||||
"license": null,
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
"lz4",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"snappy": {
|
||||
"description": "Build with snappy"
|
||||
},
|
||||
"ssl": {
|
||||
"description": "Build with OpenSSL",
|
||||
"dependencies": [
|
||||
"openssl"
|
||||
]
|
||||
},
|
||||
"zlib": {
|
||||
"description": "Build with zlib",
|
||||
"dependencies": [
|
||||
"zlib"
|
||||
]
|
||||
},
|
||||
"zstd": {
|
||||
"description": "Build with zstd",
|
||||
"dependencies": [
|
||||
"zstd"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user