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, )