vcpkg/ports/breakpad/vcpkg.json
JonLiu1993 e69c9817d2
[breakpad] Add ATL dependency (#29970)
* [breakpad] Add ATL dependency

* update version
2023-03-06 16:20:28 -08:00

31 lines
671 B
JSON

{
"name": "breakpad",
"version-date": "2022-07-12",
"port-version": 3,
"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": "atlmfc",
"platform": "windows"
},
"libdisasm",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build breakpad tools",
"supports": "linux"
}
}
}