pipewire/spa/plugins/test/meson.build

9 lines
378 B
Meson
Raw Normal View History

test_sources = ['fakesrc.c', 'fakesink.c', 'plugin.c']
testlib = shared_library('spa-test',
test_sources,
2018-08-14 12:33:53 +02:00
include_directories : [ spa_inc],
dependencies : [pthread_lib, ],
install : true,
install_dir : '@0@/spa/test'.format(get_option('libdir')))