From e694c64c1e2bdcc9c11dde36c6fc818f7d0c55a2 Mon Sep 17 00:00:00 2001 From: Soren Soe <2106410+stsoe@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:00:15 -0800 Subject: [PATCH] Update vcpkg.json with addditional dependencies Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com> --- src/vcpkg.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/vcpkg.json b/src/vcpkg.json index 1b1f2333533..d1c2e25499f 100644 --- a/src/vcpkg.json +++ b/src/vcpkg.json @@ -4,7 +4,11 @@ "description": "XRT Windows build dependencies (vcpkg manifest)", "dependencies": [ "boost-filesystem", + "boost-format", + "boost-interprocess", "boost-program-options", + "boost-property-tree", + "boost-regex", "gtest", "opencl" ]