diff options
Diffstat (limited to 'zenstore/xmake.lua')
| -rw-r--r-- | zenstore/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/xmake.lua b/zenstore/xmake.lua index ab0b8e113..4469c5650 100644 --- a/zenstore/xmake.lua +++ b/zenstore/xmake.lua @@ -5,5 +5,5 @@ target('zenstore') add_headerfiles("**.h") add_files("**.cpp") add_includedirs("include", {public=true}) - add_deps("zencore") + add_deps("zencore", "zenutil") add_packages("vcpkg::robin-map") |