pipewire/src/tests/meson.build

7 lines
191 B
Meson
Raw Normal View History

2019-01-08 13:00:24 +01:00
if have_cpp
test_cpp = executable('test-cpp', 'test-cpp.cpp',
dependencies : [pipewire_dep],
install : false)
test('test-cpp', test_cpp)
endif