From 8537258e87af7a4eabc46d68c6748d6ad8d60ee4 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Thu, 1 Feb 2024 13:31:24 +0100 Subject: added robin-map dependency to zenutil --- src/zenutil/xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/zenutil/xmake.lua') diff --git a/src/zenutil/xmake.lua b/src/zenutil/xmake.lua index 0da6d23a6..744dff737 100644 --- a/src/zenutil/xmake.lua +++ b/src/zenutil/xmake.lua @@ -7,4 +7,4 @@ target('zenutil') add_files("**.cpp") add_includedirs("include", {public=true}) add_deps("zencore") - add_packages("vcpkg::spdlog") + add_packages("vcpkg::robin-map", "vcpkg::spdlog") -- cgit v1.2.3