diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/zenutil/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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") |