mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
7 lines
191 B
Meson
7 lines
191 B
Meson
|
|
if have_cpp
|
||
|
|
test_cpp = executable('test-cpp', 'test-cpp.cpp',
|
||
|
|
dependencies : [pipewire_dep],
|
||
|
|
install : false)
|
||
|
|
test('test-cpp', test_cpp)
|
||
|
|
endif
|