mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
5 lines
175 B
Meson
5 lines
175 B
Meson
executable('spa-inspect', 'spa-inspect.c',
|
|
include_directories : inc,
|
|
dependencies : [dl_lib],
|
|
link_with : spalib,
|
|
install : true)
|