Browse Source

fix missing dependency for tests

master
Alexandros Theodotou 3 years ago
parent
commit
2e49f08bb5
Signed by: alex
GPG Key ID: 022EAE42313D70F3
  1. 1
      tests/meson.build

1
tests/meson.build

@ -19,6 +19,7 @@ if get_option ('tests') @@ -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,
)

Loading…
Cancel
Save