vcpkg/ports/libcaer/vcpkg.json
jureviciusr fb7ba25ab2
[libcaer] Fixing libcaer cmake configuration issue on linux / macos (#25406)
* libcaer linux/macos fix

* Version update

Co-authored-by: Rokas Jurevicius <rokas.jurevicius@inivation.com>
2022-06-27 16:23:53 -07:00

22 lines
465 B
JSON

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