2024-12-13 09:53:12 -05:00

25 lines
440 B
JSON

{
"name": "vcpkg-ci-dcmtk",
"version-string": "ci",
"description": "Port to force features of dcmtk within CI",
"homepage": "https://github.com/microsoft/vcpkg",
"license": "MIT",
"dependencies": [
{
"name": "dcmtk",
"features": [
"iconv",
"openssl",
"tiff",
"tools",
"xml2",
"zlib"
]
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}