mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
8 lines
271 B
Meson
8 lines
271 B
Meson
|
|
volume_sources = ['volume.c', 'plugin.c']
|
||
|
|
|
||
|
|
volumelib = shared_library('spa-volume',
|
||
|
|
volume_sources,
|
||
|
|
include_directories : inc,
|
||
|
|
link_with : spalib,
|
||
|
|
install : true)
|