From 3bf298cb22abaef7888afe91a55bf82f1a5de52a Mon Sep 17 00:00:00 2001 From: ArtemisX64 Date: Fri, 26 Aug 2022 17:58:12 +0900 Subject: [PATCH] Add boost-random to vcpkg --- vcpkg.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vcpkg.json b/vcpkg.json index 8a5095f5..519a5618 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -29,6 +29,7 @@ "boost-ptr-container", "boost-property-tree", "boost-static-string", + "boost-random", "fmt", "glm", "glslang",