1
0
Fork 0
pipewire/spa/plugins/test/meson.build
Daniel Baumann 6b016a712f
Adding upstream version 1.4.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 21:40:42 +02:00

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')