mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
9 lines
442 B
Meson
9 lines
442 B
Meson
audiotestsrc_sources = ['audiotestsrc.c', 'plugin.c']
|
|
|
|
audiotestsrclib = shared_library('spa-audiotestsrc',
|
|
audiotestsrc_sources,
|
|
include_directories : [spa_inc, spa_libinc],
|
|
dependencies : libm,
|
|
link_with : spalib,
|
|
install : true,
|
|
install_dir : '@0@/spa'.format(get_option('libdir')))
|