Commit ee6603ed authored by Max Kellermann's avatar Max Kellermann

test/meson.build: add missing dependencies on libfmt

parent 0dacde32
...@@ -271,6 +271,7 @@ if enable_database ...@@ -271,6 +271,7 @@ if enable_database
'../src/LocateUri.cxx', '../src/LocateUri.cxx',
include_directories: inc, include_directories: inc,
dependencies: [ dependencies: [
log_dep,
tag_dep, tag_dep,
storage_glue_dep, storage_glue_dep,
gtest_dep, gtest_dep,
...@@ -288,6 +289,7 @@ executable( ...@@ -288,6 +289,7 @@ executable(
'../src/TagSave.cxx', '../src/TagSave.cxx',
include_directories: inc, include_directories: inc,
dependencies: [ dependencies: [
log_dep,
input_glue_dep, input_glue_dep,
archive_glue_dep, archive_glue_dep,
], ],
...@@ -401,6 +403,7 @@ executable( ...@@ -401,6 +403,7 @@ executable(
'DumpDecoderClient.cxx', 'DumpDecoderClient.cxx',
include_directories: inc, include_directories: inc,
dependencies: [ dependencies: [
log_dep,
decoder_glue_dep, decoder_glue_dep,
input_glue_dep, input_glue_dep,
archive_glue_dep, archive_glue_dep,
...@@ -510,6 +513,7 @@ executable( ...@@ -510,6 +513,7 @@ executable(
'run_convert.cxx', 'run_convert.cxx',
include_directories: inc, include_directories: inc,
dependencies: [ dependencies: [
log_dep,
pcm_dep, pcm_dep,
config_dep, config_dep,
], ],
......
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