pipewire/spa/plugins/audiotestsrc/meson.build

9 lines
395 B
Meson
Raw Normal View History

audiotestsrc_sources = ['audiotestsrc.c', 'plugin.c']
audiotestsrclib = shared_library('spa-audiotestsrc',
audiotestsrc_sources,
include_directories : [spa_inc, spa_libinc],
link_with : spalib,
2016-09-26 12:15:52 +02:00
install : true,
install_dir : '@0@/spa'.format(get_option('libdir')))