meson.build: add missing libfmt dependencies

This commit is contained in:
Max Kellermann
2023-03-06 20:06:41 +01:00
parent 415de497d3
commit 0c102a8f2f
6 changed files with 13 additions and 1 deletions

View File

@@ -21,4 +21,7 @@ thread = static_library(
thread_dep = declare_dependency(
link_with: thread,
dependencies: [
fmt_dep,
],
)