pipewire/spa/plugins/audiotestsrc/meson.build

8 lines
333 B
Meson
Raw Normal View History

audiotestsrc_sources = ['audiotestsrc.c', 'plugin.c']
audiotestsrclib = shared_library('spa-audiotestsrc',
audiotestsrc_sources,
dependencies : [ spa_dep, mathlib ],
2016-09-26 12:15:52 +02:00
install : true,
install_dir : spa_plugindir / 'audiotestsrc')