vcpkg/ports/libsquish/vcpkg.json
Jack·Boos·Yu a6768f6426
[openimageio/libsquish] Export libsquish cmake target and fix find dependency libsquish (#20240)
* [libsquish] Export cmake target

* [openimageio] Fix find dependency libsquish

* version

* Rename the target

* Re-fix dependency libsquish, apply official changes

* version stuff

* more version

* Change namespace

* Update patch

* version

* Remove unused patch

* version

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-10-11 10:22:36 -07:00

18 lines
345 B
JSON

{
"name": "libsquish",
"version-string": "1.15",
"port-version": 9,
"description": "Open source DXT compression library.",
"homepage": "https://sourceforge.net/projects/libsquish",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}