test/meson.build: add missing libfmt dependency
Should have been part of 64647edbe1
This commit is contained in:
parent
fbdd2324a5
commit
2bb4c7cfa7
|
@ -134,6 +134,7 @@ executable(
|
|||
'run_resolver.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
fmt_dep,
|
||||
net_dep,
|
||||
util_dep,
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue