pipewire/spa/plugins/audiotestsrc/meson.build

9 lines
381 B
Meson
Raw Normal View History

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