7 lines
306 B
Meson
7 lines
306 B
Meson
test_sources = ['fakesrc.c', 'fakesink.c', 'plugin.c']
|
|
|
|
testlib = shared_library('spa-test',
|
|
test_sources,
|
|
dependencies : [ spa_dep, pthread_lib ],
|
|
install : true,
|
|
install_dir : spa_plugindir / 'test')
|