mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 10:18:23 +08:00
26 lines
455 B
JSON
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
|
|
}
|
|
]
|
|
}
|