vcpkg/ports/gdcm/vcpkg.json
2024-10-15 20:15:51 -07: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"
]
}