vcpkg/ports/gdcm/vcpkg.json
2021-11-04 10:36:52 -07:00

22 lines
405 B
JSON

{
"name": "gdcm",
"version": "3.0.7",
"port-version": 3,
"description": "Grassroots DICOM library",
"homepage": "https://github.com/malaterre/GDCM",
"supports": "!uwp & !(windows & (arm | arm64))",
"dependencies": [
"expat",
"openjpeg",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}