pipewire/spa/plugins/audiotestsrc/meson.build

8 lines
297 B
Meson
Raw Normal View History

audiotestsrc_sources = ['audiotestsrc.c', 'plugin.c']
audiotestsrclib = shared_library('spa-audiotestsrc',
audiotestsrc_sources,
include_directories : inc,
link_with : spalib,
install : true)