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

@@ -28,6 +28,7 @@ fs = static_library(
shlwapi_dep,
system_dep,
icu_dep,
fmt_dep,
],
)