diff options
Diffstat (limited to 'vcpkg/ports/libcaer/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libcaer/vcpkg.json | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/vcpkg/ports/libcaer/vcpkg.json b/vcpkg/ports/libcaer/vcpkg.json new file mode 100644 index 0000000..29b1951 --- /dev/null +++ b/vcpkg/ports/libcaer/vcpkg.json @@ -0,0 +1,39 @@ +{ + "name": "libcaer", + "version": "3.3.17", + "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 AND Apache-2.0", + "supports": "!(arm & windows & !mingw)", + "dependencies": [ + "libusb", + { + "name": "pkgconf", + "host": true + }, + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "opencv": { + "description": "Enable support for frame enhancements using OpenCV", + "dependencies": [ + { + "name": "opencv4", + "default-features": false, + "features": [ + "fs", + "intrinsics", + "thread" + ] + } + ] + } + } +} |