From ac990c07264e364931e72b1bd9e0141fac9940c5 Mon Sep 17 00:00:00 2001 From: Alan Tse Date: Mon, 5 Aug 2024 21:57:26 -0700 Subject: [PATCH] build: add vcpkg baseline --- vcpkg.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index afabf8bdd..2f60bdab8 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -5,5 +5,10 @@ "homepage": "https://github.com/alandtse/CommonLibVR", "license": "MIT", "supports": "windows & x64", - "dependencies": ["rsm-binary-io", "spdlog", "xbyak"] + "dependencies": [ + "rsm-binary-io", + "spdlog", + "xbyak" + ], + "builtin-baseline": "fe1cde61e971d53c9687cf9a46308f8f55da19fa" }