aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/freeimage/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/freeimage/vcpkg.json')
-rw-r--r--vcpkg/ports/freeimage/vcpkg.json35
1 files changed, 35 insertions, 0 deletions
diff --git a/vcpkg/ports/freeimage/vcpkg.json b/vcpkg/ports/freeimage/vcpkg.json
new file mode 100644
index 0000000..a4d10ce
--- /dev/null
+++ b/vcpkg/ports/freeimage/vcpkg.json
@@ -0,0 +1,35 @@
+{
+ "name": "freeimage",
+ "version": "3.18.0",
+ "port-version": 27,
+ "description": "Support library for graphics image formats",
+ "homepage": "https://sourceforge.net/projects/freeimage/",
+ "license": "GPL-2.0-only OR GPL-3.0-only OR FreeImage",
+ "dependencies": [
+ "imath",
+ "jxrlib",
+ "libjpeg-turbo",
+ "libpng",
+ "libraw",
+ {
+ "name": "libwebp",
+ "default-features": false,
+ "platform": "!uwp"
+ },
+ "openexr",
+ "openjpeg",
+ {
+ "name": "tiff",
+ "default-features": false
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ]
+}