mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
25 lines
440 B
JSON
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
|
|
}
|
|
]
|
|
}
|