vcpkg/ports/libcaer/vcpkg.json
Jack·Boos·Yu f3e60821bc
[vcpkg baseline][libcaer] Disable parallel configure (#26180)
* [vcpkg baseline][libcaer] Disable parallel configure

* version

* version

* version
2022-08-05 23:57:32 -07:00

22 lines
474 B
JSON

{
"name": "libcaer",
"version-date": "2022-07-25",
"port-version": 1,
"description": "Minimal C library to access, configure and get data from neuromorphic sensors and processors.",
"homepage": "https://gitlab.com/inivation/dv/libcaer",
"license": "BSD-2-Clause",
"dependencies": [
"libusb",
"opencv4",
"pkgconf",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}