diff --git a/test/vcpkg.json b/test/vcpkg.json index 512c7a47..4b2ace0e 100644 --- a/test/vcpkg.json +++ b/test/vcpkg.json @@ -9,6 +9,13 @@ "name": "vcpkg-cmake", "host": true }, - "openssl3" + "openssl3", + { + "name": "llama-cpp", + "features": [ + "test" + ], + "platform": "windows | osx" + } ] } \ No newline at end of file