mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:31:48 +08:00
f3e60821bc
* [vcpkg baseline][libcaer] Disable parallel configure * version * version * version
22 lines
474 B
JSON
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
|
|
}
|
|
]
|
|
}
|