mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 18:39:07 +08:00
472ed329f5
* [sentry-native] Fix cmake package import/export * Revise zlib dependency
28 lines
525 B
JSON
28 lines
525 B
JSON
{
|
|
"name": "sentry-native",
|
|
"version": "0.5.3",
|
|
"port-version": 1,
|
|
"description": "Sentry SDK for C, C++ and native applications.",
|
|
"homepage": "https://sentry.io/",
|
|
"license": "MIT",
|
|
"supports": "osx | (!arm & !uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "zlib",
|
|
"platform": "ios | osx | windows"
|
|
}
|
|
]
|
|
}
|