diff options
Diffstat (limited to 'vcpkg/ports/crashrpt/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/crashrpt/vcpkg.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/vcpkg/ports/crashrpt/vcpkg.json b/vcpkg/ports/crashrpt/vcpkg.json new file mode 100644 index 0000000..774ff5c --- /dev/null +++ b/vcpkg/ports/crashrpt/vcpkg.json @@ -0,0 +1,43 @@ +{ + "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" + ] + } + ] + } + } +} |