vcpkg/ports/breakpad/vcpkg.json
liamwhite 146441473c
[breakpad] update to 2023.01.27 (#34273)
* [breakpad] update to 2023.01.27

* Fix the CMakeFindDependencyMacro part.

* Attach zlib to where the glob happens, and remove duplicate cpp files from dump_syms.

* Zlib is an unconditional dependency on Linux

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-12-12 01:05:14 -08:00

34 lines
708 B
JSON

{
"name": "breakpad",
"version-date": "2023-01-27",
"description": "a set of client and server components which implement a crash-reporting system.",
"homepage": "https://github.com/google/breakpad",
"license": "BSD-3-Clause",
"supports": "!uwp & (!windows | !arm) & (!windows | !arm64)",
"dependencies": [
{
"name": "atl",
"platform": "windows"
},
"libdisasm",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "zlib",
"platform": "linux"
}
],
"features": {
"tools": {
"description": "Build breakpad tools",
"supports": "linux"
}
}
}