aboutsummaryrefslogtreecommitdiff
path: root/src/zencore
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-25 14:45:53 +0200
committerStefan Boberg <[email protected]>2025-10-25 14:45:53 +0200
commitf04e3bd066ad9222a911b58d418527e850e23713 (patch)
tree644ddbe70be4d47dc37e41abbf79ec97b909584f /src/zencore
parentin-tree: json11 (diff)
downloadzen-f04e3bd066ad9222a911b58d418527e850e23713.tar.xz
zen-f04e3bd066ad9222a911b58d418527e850e23713.zip
in-tree: fmt v12.0.0
Diffstat (limited to 'src/zencore')
-rw-r--r--src/zencore/xmake.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zencore/xmake.lua b/src/zencore/xmake.lua
index ba9c017c1..83c13ec12 100644
--- a/src/zencore/xmake.lua
+++ b/src/zencore/xmake.lua
@@ -33,6 +33,7 @@ target('zencore')
add_deps("timesinceprocessstart")
add_deps("doctest")
add_deps("json11")
+ add_deps("fmt")
add_packages(
"vcpkg::ryml",
@@ -42,7 +43,6 @@ target('zencore')
add_packages(
"vcpkg::eastl",
- "vcpkg::fmt",
"vcpkg::gsl-lite",
"vcpkg::lz4",
"xxhash",