commit | 07222713016bd8cf42f5ebfbec2bc05435873b59 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Mon Feb 26 10:37:10 2024 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Feb 27 09:25:01 2024 -0600 |
tree | 9bc7b210c04676aab2e416ae785e5f8250ae7319 | |
parent | 0dff904d07fd91e26f6f81e83e7c86550e1b2ff4 [diff] [blame] |
meson: fix missing dependencies Building in subproject wrap mode reveals missing dependencies. Add them as necessary. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I883df9770661f3a859a5eb9d16cdd022227cd324
diff --git a/test/meson.build b/test/meson.build index a62b263..a8cb358 100644 --- a/test/meson.build +++ b/test/meson.build
@@ -36,6 +36,7 @@ gmock_dep, dump, phosphor_logging_dep, + cereal_dep, ]), workdir: meson.current_source_dir()) endforeach