diff --git a/vcpkg.json b/vcpkg.json index 58dc7809d..92658be6e 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -43,6 +43,12 @@ ] } ] + }, + "tracking": { + "description": "OpenCV-based tracking features", + "dependencies": [ + "opencv" + ] } } }