pipewire/spa/plugins/audiotestsrc/meson.build
2016-09-26 12:15:52 +02:00

8 lines
381 B
Meson

audiotestsrc_sources = ['audiotestsrc.c', 'plugin.c']
audiotestsrclib = shared_library('spa-audiotestsrc',
audiotestsrc_sources,
include_directories : spa_inc,
link_with : spalib,
install : true,
install_dir : '@0@/spa'.format(get_option('libdir')))