Log: add libfmt support

This commit is contained in:
Max Kellermann
2021-06-23 21:55:08 +02:00
parent d7df5e1c90
commit 0185d58a2b
18 changed files with 233 additions and 1 deletions

View File

@@ -241,10 +241,12 @@ log = static_library(
'src/Log.cxx',
'src/LogBackend.cxx',
include_directories: inc,
dependencies: fmt_dep,
)
log_dep = declare_dependency(
link_with: log,
dependencies: fmt_dep,
)
sources = [