mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:39:08 +08:00
a9da2edbae
* update gdcm * update version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
26 lines
478 B
JSON
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"
|
|
]
|
|
}
|