mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 09:08:59 +08:00
1c1ebd343e
Co-authored-by: Jon <v-zhli17@microsoft.com>
37 lines
659 B
JSON
37 lines
659 B
JSON
{
|
|
"name": "vtk-dicom",
|
|
"version": "0.8.16",
|
|
"port-version": 1,
|
|
"description": "DICOM for VTK",
|
|
"homepage": "https://github.com/dgobbi/vtk-dicom",
|
|
"license": "BSD-3-Clause",
|
|
"dependencies": [
|
|
{
|
|
"name": "python3",
|
|
"host": true,
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vtk",
|
|
"default-features": false
|
|
},
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"gdcm": {
|
|
"description": "Use gdcm for decompressing DICOM files.",
|
|
"dependencies": [
|
|
"gdcm"
|
|
]
|
|
}
|
|
}
|
|
}
|