diff options
Diffstat (limited to 'vcpkg/ports/libdwarf/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libdwarf/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/libdwarf/vcpkg.json b/vcpkg/ports/libdwarf/vcpkg.json new file mode 100644 index 0000000..f56c645 --- /dev/null +++ b/vcpkg/ports/libdwarf/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "libdwarf", + "version": "2.2.0", + "description": "A library for reading DWARF2 and later DWARF.", + "homepage": "https://github.com/davea42/libdwarf-code", + "license": null, + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib", + "zstd" + ] +} |