diff options
Diffstat (limited to 'vcpkg/ports/libsquish/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libsquish/vcpkg.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/libsquish/vcpkg.json b/vcpkg/ports/libsquish/vcpkg.json new file mode 100644 index 0000000..1d1d947 --- /dev/null +++ b/vcpkg/ports/libsquish/vcpkg.json @@ -0,0 +1,24 @@ +{ + "name": "libsquish", + "version": "1.15", + "port-version": 14, + "description": "Open source DXT compression library.", + "homepage": "https://sourceforge.net/projects/libsquish", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "sse2": { + "description": "Build with SSE2", + "supports": "osx & x64" + } + } +} |