mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
7 lines
239 B
Meson
7 lines
239 B
Meson
executable('test-volume',
|
|
'test-volume.c',
|
|
c_args : [ '-D_GNU_SOURCE' ],
|
|
install : installed_tests_enabled,
|
|
install_dir : join_paths(installed_tests_execdir, 'examples'),
|
|
dependencies : [pipewire_dep, mathlib, pulseaudio_dep],
|
|
)
|