2024-10-22 23:57:38 -07:00

26 lines
455 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",
"icu",
"openssl",
"tiff",
"tools",
"xml2",
"zlib"
]
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}