mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:20:31 +08:00
a6768f6426
* [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>
18 lines
345 B
JSON
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
|
|
}
|
|
]
|
|
}
|