mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
b591b65d2a
* Update include missing header files * Update simd.json * Update fix-CMakeLists-install.patch * Update vcpkg.json * Update fix-CMakeLists-install.patch * Update simd.json * Update simd.json
20 lines
447 B
JSON
20 lines
447 B
JSON
{
|
|
"name": "simd",
|
|
"version": "5.1.119",
|
|
"port-version": 2,
|
|
"description": "Simd image processing and machine learning library, designed for C and C++ programmers",
|
|
"homepage": "https://github.com/ermig1979/Simd",
|
|
"license": "MIT",
|
|
"supports": "!(uwp | osx | (arm64 & windows))",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|