From 45366ab09d6c3132cc802f02a50fc5340c7281d2 Mon Sep 17 00:00:00 2001 From: FeeeeK <26704473+FeeeeK@users.noreply.github.com> Date: Sun, 24 Mar 2024 16:07:59 +0300 Subject: [PATCH] Add vcpkg configuration for `overlay-ports` --- vcpkg-configuration.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vcpkg-configuration.json diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json new file mode 100644 index 0000000..c384cc0 --- /dev/null +++ b/vcpkg-configuration.json @@ -0,0 +1,5 @@ +{ + "overlay-ports": [ + "third-party/vcpkg-overlays/" + ] +}