vcpkg/ports/gdcm/vcpkg.json
MonicaLiu a9da2edbae
[gdcm] Update to 3.0.22 (#31499)
* update gdcm

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-05-18 11:18:03 -07:00

26 lines
478 B
JSON

{
"name": "gdcm",
"version": "3.0.22",
"description": "Grassroots DICOM library",
"homepage": "https://github.com/malaterre/GDCM",
"license": "BSD-3-Clause",
"supports": "!uwp & !(windows & arm)",
"dependencies": [
"expat",
{
"name": "getopt",
"platform": "windows & !mingw"
},
"openjpeg",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}