zeek/auxil/vcpkg/ports/gdcm/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

26 lines
443 B
JSON

{
"name": "gdcm",
"version": "3.0.24",
"description": "Grassroots DICOM library",
"homepage": "https://github.com/malaterre/GDCM",
"license": null,
"supports": "!uwp",
"dependencies": [
"expat",
{
"name": "libiconv",
"platform": "!windows"
},
"openjpeg",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}