aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vtk-dicom/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/vtk-dicom/vcpkg.json')
-rw-r--r--vcpkg/ports/vtk-dicom/vcpkg.json36
1 files changed, 36 insertions, 0 deletions
diff --git a/vcpkg/ports/vtk-dicom/vcpkg.json b/vcpkg/ports/vtk-dicom/vcpkg.json
new file mode 100644
index 0000000..0e6cf54
--- /dev/null
+++ b/vcpkg/ports/vtk-dicom/vcpkg.json
@@ -0,0 +1,36 @@
+{
+ "name": "vtk-dicom",
+ "version": "0.8.16",
+ "port-version": 2,
+ "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"
+ ]
+ }
+ }
+}