aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/scripts/test_ports/vcpkg-ci-dcmtk/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/scripts/test_ports/vcpkg-ci-dcmtk/vcpkg.json')
-rw-r--r--vcpkg/scripts/test_ports/vcpkg-ci-dcmtk/vcpkg.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/scripts/test_ports/vcpkg-ci-dcmtk/vcpkg.json b/vcpkg/scripts/test_ports/vcpkg-ci-dcmtk/vcpkg.json
new file mode 100644
index 0000000..18bd2f0
--- /dev/null
+++ b/vcpkg/scripts/test_ports/vcpkg-ci-dcmtk/vcpkg.json
@@ -0,0 +1,25 @@
+{
+ "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",
+ "openjpeg"
+ ]
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ }
+ ]
+}