diff --git a/test/vcpkg.json b/test/vcpkg.json index 73bdd835..b073415e 100644 --- a/test/vcpkg.json +++ b/test/vcpkg.json @@ -5,6 +5,15 @@ "homepage": "https://github.com/luncliff/vcpkg-registry", "supports": "windows | osx | linux | ios", "dependencies": [ + { + "name": "libtorch", + "features": [ + "leveldb", + "opencv", + "zstd" + ], + "platform": "linux | osx" + }, { "name": "apple-crypto", "platform": "osx | ios"