From f1807aa3cc3df0e822a9f484227802df05a0dd0c Mon Sep 17 00:00:00 2001 From: Soren Soe <2106410+stsoe@users.noreply.github.com> Date: Wed, 18 Feb 2026 15:54:57 -0800 Subject: [PATCH] Update vcpkg.json with addditional dependencies Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com> --- src/vcpkg.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/vcpkg.json b/src/vcpkg.json index 552216964ce..b65fa6a578a 100644 --- a/src/vcpkg.json +++ b/src/vcpkg.json @@ -3,9 +3,11 @@ "version": "0.1.0", "description": "XRT Windows build dependencies (vcpkg manifest)", "dependencies": [ + "boost-asio", "boost-filesystem", "boost-format", "boost-interprocess", + "boost-process", "boost-program-options", "boost-property-tree", "boost-regex",