neighbor/meson.build: add missing dependency on libfmt
This commit is contained in:
parent
7e2ab1fd53
commit
756621c6e4
|
@ -19,6 +19,9 @@ neighbor_glue = static_library(
|
|||
'Glue.cxx',
|
||||
'Registry.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
fmt_dep,
|
||||
],
|
||||
)
|
||||
|
||||
neighbor_glue_dep = declare_dependency(
|
||||
|
|
Loading…
Reference in New Issue