mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 20:09:07 +08:00
8abeb71402
* fix usage * update version * redo x64-windows.cmake * resolve conflicts * updaet git-tree * fix downstream * update version * fix libirecovery * update git-tree * fix pkg_check_modules * update git-tree * fix libfreenect2 * update version * fix libuvc * update version * fix libuvc patch * update git-tree * fix libuvc build_fix.patch * update git-tree * format * update git-tree * undo supports * update git-tree * fix azure-kinect-sensor-sdk * update version * add pkg-config.exe * update git-tree * disable build examples and tests * update git-tree --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
36 lines
785 B
JSON
36 lines
785 B
JSON
{
|
|
"name": "libcaer",
|
|
"version": "3.3.15",
|
|
"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 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
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|