vcpkg/ports/neon2sse/vcpkg.json
Park DongHa 4428702c1c
[neon2sse] create a new port (#20200)
* [neon2sse] create a new port

* [neon2sse] update baseline JSON

* [neon2sse] use package name NEON2_S_SE
2021-09-17 09:18:36 -07:00

17 lines
343 B
JSON

{
"name": "neon2sse",
"version-date": "2021-09-16",
"description": "Open standard for machine learning interoperability",
"homepage": "https://github.com/intel/ARM_NEON_2_x86_SSE",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}