vcpkg: Add an option for OpenCV tracking support

This commit is contained in:
Ryan Pavlik 2023-05-16 16:59:19 -05:00 committed by Jakob Bornecrantz
parent ae6b0ad445
commit d86ea457de

View file

@ -43,6 +43,12 @@
] ]
} }
] ]
},
"tracking": {
"description": "OpenCV-based tracking features",
"dependencies": [
"opencv"
]
} }
} }
} }