From 0e21e0d57a5da36f2a4fbbd315254b22cd2fbf00 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Fri, 24 Oct 2025 10:19:24 +0200 Subject: 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 --- thirdparty/xmake.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'thirdparty/xmake.lua') diff --git a/thirdparty/xmake.lua b/thirdparty/xmake.lua index c9acfa018..2f48d355c 100644 --- a/thirdparty/xmake.lua +++ b/thirdparty/xmake.lua @@ -49,3 +49,9 @@ target('protozero') set_group('thirdparty') add_headerfiles("protozero/**.hpp") add_includedirs("protozero/include", {public=true}) + +target('spdlog') + set_kind('headeronly') + set_group('thirdparty') + add_headerfiles("spdlog/*.h") + add_includedirs("spdlog/include", {public=true}) -- cgit v1.2.3