pipewire/spa/plugins/audiotestsrc/meson.build
Wim Taymans 65caf8832c spa: install in versioned directory
So that we can run old and new plugins side by side.
2020-01-29 15:51:41 +01:00

8 lines
394 B
Meson

audiotestsrc_sources = ['audiotestsrc.c', 'plugin.c']
audiotestsrclib = shared_library('spa-audiotestsrc',
audiotestsrc_sources,
include_directories : [spa_inc],
dependencies : [mathlib, ],
install : true,
install_dir : join_paths(spa_plugindir, 'audiotestsrc'))