vcpkg/ports/simd/vcpkg.json
JonLiu1993 fa0931afaf
[Simd] Add missing header files (#28376)
* [Simd] Add missing header files

* update version

* update portfile.cmake

* update version
2022-12-28 13:48:28 -08:00

20 lines
447 B
JSON

{
"name": "simd",
"version": "5.1.119",
"port-version": 1,
"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
}
]
}