vcpkg/ports/dcmtk/vcpkg.json
2021-11-18 21:02:06 -08:00

17 lines
447 B
JSON

{
"name": "dcmtk",
"version-string": "3.6.6",
"port-version": 2,
"description": "This DICOM ToolKit (DCMTK) package consists of source code, documentation and installation instructions for a set of software libraries and applications implementing part of the DICOM/MEDICOM Standard.",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}