mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:41:47 +08:00
6d4792b777
* [gemmlowp] create a new port * update baseline JSON * [gemmlowp] support find_pacakge * export `unofficial::` targets * [gemmlowp] add HEAD_REF * [gemmlowp] use latest sources * remove patches to support find_package
18 lines
345 B
JSON
18 lines
345 B
JSON
{
|
|
"name": "gemmlowp",
|
|
"version-date": "2021-09-28",
|
|
"description": "Low-precision matrix multiplication",
|
|
"homepage": "https://github.com/google/gemmlowp",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|