summaryrefslogtreecommitdiffstats
path: root/spa/plugins/audiotestsrc/meson.build
blob: d1b22428dfade52ec755f2e454e243fed04602c9 (plain)
1
2
3
4
5
6
7
audiotestsrc_sources = ['audiotestsrc.c', 'plugin.c']

audiotestsrclib = shared_library('spa-audiotestsrc',
                          audiotestsrc_sources,
                          dependencies : [ spa_dep, mathlib ],
                          install : true,
                          install_dir : spa_plugindir / 'audiotestsrc')