yuzu/externals/vcpkg/ports/gdcm/vcpkg.json

22 lines
404 B
JSON
Executable File

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