mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 21:09:01 +08:00
146441473c
* [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>
34 lines
708 B
JSON
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"
|
|
}
|
|
}
|
|
}
|