archive/meson.build: add missing libfmt dependency
This commit is contained in:
parent
57687779be
commit
ea95da3b1a
|
@ -25,6 +25,9 @@ archive_glue = static_library(
|
|||
'ArchivePlugin.cxx',
|
||||
'../input/plugins/ArchiveInputPlugin.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
log_dep,
|
||||
],
|
||||
)
|
||||
|
||||
archive_glue_dep = declare_dependency(
|
||||
|
|
Loading…
Reference in New Issue