mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 14:29:03 +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>
47 lines
887 B
JSON
47 lines
887 B
JSON
{
|
|
"name": "dv-processing",
|
|
"version": "1.7.9",
|
|
"port-version": 1,
|
|
"description": "Generic algorithms for event cameras. (C++20 required.)",
|
|
"homepage": "https://gitlab.com/inivation/dv/dv-processing",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"boost-algorithm",
|
|
{
|
|
"name": "boost-asio",
|
|
"features": [
|
|
"ssl"
|
|
]
|
|
},
|
|
"boost-callable-traits",
|
|
"boost-circular-buffer",
|
|
"boost-core",
|
|
"boost-endian",
|
|
"boost-geometry",
|
|
"boost-lockfree",
|
|
"boost-nowide",
|
|
"boost-property-tree",
|
|
"boost-stacktrace",
|
|
"cli11",
|
|
"eigen3",
|
|
"fmt",
|
|
"libcaer",
|
|
"lz4",
|
|
{
|
|
"name": "opencv4",
|
|
"default-features": false
|
|
},
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"zstd"
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build CLI utilities"
|
|
}
|
|
}
|
|
}
|