Commit ea95da3b authored by Jacob Vosmaer's avatar Jacob Vosmaer

archive/meson.build: add missing libfmt dependency

parent 57687779
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment