Files
wireplumber/tests/examples/meson.build
2020-05-11 11:40:55 +03:00

11 lines
242 B
Meson

executable('audiotestsrc-play',
'audiotestsrc-play.c',
c_args : [
'-D_GNU_SOURCE',
'-DG_LOG_USE_STRUCTURED',
'-DG_LOG_DOMAIN="audiotestsrc-play"',
],
install: false,
dependencies : [giounix_dep, wp_dep, pipewire_dep],
)