From 2e49f08bb585f8f38294a02ce1b09bc5464bea20 Mon Sep 17 00:00:00 2001 From: Alexandros Theodotou Date: Wed, 19 Aug 2020 15:17:59 +0100 Subject: [PATCH] fix missing dependency for tests --- tests/meson.build | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/meson.build b/tests/meson.build index 1c3d6ef..3265207 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -19,6 +19,7 @@ if get_option ('tests') e = executable ( 'test_exe', 'test.c', include_directories: inc, + dependencies: optaudio_deps, link_with: optaudio, c_args: optaudio_cflags, )