mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 18:59:07 +08:00
aacceff7c5
* ports: sentry-native: Add CMakeFindDependencyMacro for find_dependency find_dependency requires CMakeFindDependencyMacro to be included, otherwise there is a CMake error when using find_package(sentry). * versions: update sentry-native port-version to 2
24 lines
460 B
JSON
24 lines
460 B
JSON
{
|
|
"name": "sentry-native",
|
|
"version-semver": "0.4.12",
|
|
"port-version": 2,
|
|
"description": "Sentry SDK for C, C++ and native applications.",
|
|
"homepage": "https://sentry.io/",
|
|
"supports": "!(arm | (arm64 & !osx) | uwp)",
|
|
"dependencies": [
|
|
{
|
|
"name": "curl",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|