aboutsummaryrefslogtreecommitdiff
path: root/zenutil/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'zenutil/xmake.lua')
-rw-r--r--zenutil/xmake.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/zenutil/xmake.lua b/zenutil/xmake.lua
index f4bbcd6f0..7cd29a86f 100644
--- a/zenutil/xmake.lua
+++ b/zenutil/xmake.lua
@@ -3,3 +3,4 @@ target('zenutil')
add_files("**.cpp")
add_includedirs("include", {public=true})
add_deps("zencore")
+ add_packages("vcpkg::spdlog") \ No newline at end of file