mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 09:41:36 +08:00
22 lines
395 B
JSON
22 lines
395 B
JSON
{
|
|
"name": "gdcm",
|
|
"version": "3.0.7",
|
|
"port-version": 4,
|
|
"description": "Grassroots DICOM library",
|
|
"homepage": "https://github.com/malaterre/GDCM",
|
|
"supports": "!uwp & !(windows & arm)",
|
|
"dependencies": [
|
|
"expat",
|
|
"openjpeg",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|