aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2025-10-24 10:19:24 +0200
committerGitHub Enterprise <[email protected]>2025-10-24 10:19:24 +0200
commit0e21e0d57a5da36f2a4fbbd315254b22cd2fbf00 (patch)
treebe7c96101bf9c91615f04412c7bafe156a3d6ac8 /src/zencore/xmake.lua
parentchangelog (diff)
downloadzen-0e21e0d57a5da36f2a4fbbd315254b22cd2fbf00.tar.xz
zen-0e21e0d57a5da36f2a4fbbd315254b22cd2fbf00.zip
in-tree spdlog (#602)
move spdlog into the tree to remove dependency on vcpkg::spdlog, to allow diverging from the official version and evolve it to fit better with OTLP logging requirements
Diffstat (limited to 'src/zencore/xmake.lua')
-rw-r--r--src/zencore/xmake.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/zencore/xmake.lua b/src/zencore/xmake.lua
index fcb2afaf7..19152cc97 100644
--- a/src/zencore/xmake.lua
+++ b/src/zencore/xmake.lua
@@ -25,6 +25,7 @@ target('zencore')
end
add_deps("zenbase")
+ add_deps("spdlog")
add_deps("utfcpp")
add_deps("oodle")
add_deps("ue-trace")
@@ -35,8 +36,8 @@ target('zencore')
"vcpkg::json11",
"vcpkg::ryml",
"vcpkg::c4core",
- "vcpkg::openssl", -- required for crypto
- "vcpkg::spdlog")
+ "vcpkg::openssl" -- required for crypto
+ )
add_packages(
"vcpkg::doctest",