mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 02:49:01 +08:00
70a7074c68
* [libsquish] Add feature sse2 for OSX * correct version field * version * apply suggestion * version
25 lines
464 B
JSON
25 lines
464 B
JSON
{
|
|
"name": "libsquish",
|
|
"version": "1.15",
|
|
"port-version": 10,
|
|
"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"
|
|
}
|
|
}
|
|
}
|