vcpkg/ports/simd/vcpkg.json
Edi61 aadbd0b375
Use /Z7 instead of /Zi when building static (#30512)
Otherwise warnings LNK4099: PDB '*.pdb' was not found with ... linking object as if no debug info
2023-03-30 14:18:14 -07:00

20 lines
447 B
JSON

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