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

@@ -10,6 +10,9 @@ input_api = static_library(
'ProxyInputStream.cxx',
'LastInputStream.cxx',
include_directories: inc,
dependencies: [
thread_dep,
],
)
input_api_dep = declare_dependency(