vcpkg/ports/sentry-native/vcpkg.json
Kai Pastor 472ed329f5
[sentry-native] Fix cmake package import/export (#28686)
* [sentry-native] Fix cmake package import/export

* Revise zlib dependency
2023-01-13 15:22:44 -08:00

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"
}
]
}