mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
26 lines
443 B
JSON
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"
|
|
]
|
|
}
|