vcpkg/ports/crashrpt/vcpkg.json
Lily Wang e47ff308b0
[crashrpt] Fix build error (#26231)
* [crashrpt] Fix build error

* x-add-version

* fix build error

* add license

* x-add-version

* Correct license

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2022-08-09 13:58:37 -07:00

44 lines
896 B
JSON

{
"name": "crashrpt",
"version": "1.4.3",
"port-version": 3,
"description": "A crash reporting system for Windows applications",
"homepage": "http://crashrpt.sourceforge.net/",
"license": "BSD-3-Clause",
"supports": "!osx & !linux & !uwp & (x86 | x64)",
"dependencies": [
"dbghelp",
"libjpeg-turbo",
"libogg",
"libpng",
"libtheora",
"tinyxml",
{
"name": "vcpkg-cmake",
"host": true
},
"wtl",
"zlib"
],
"features": {
"demos": {
"description": "Demo applications for CrashRptProbe"
},
"probe": {
"description": "The CrashRptProbe library"
},
"tests": {
"description": "Test application for crashrpt",
"dependencies": [
{
"name": "crashrpt",
"default-features": false,
"features": [
"probe"
]
}
]
}
}
}