mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
8 lines
374 B
Meson
8 lines
374 B
Meson
test_sources = ['fakesrc.c', 'fakesink.c', 'plugin.c']
|
|
|
|
testlib = shared_library('spa-test',
|
|
test_sources,
|
|
include_directories : [ spa_inc],
|
|
dependencies : threads_dep,
|
|
install : true,
|
|
install_dir : '@0@/spa/test'.format(get_option('libdir')))
|