mirror of
https://github.com/zoriya/astal.git
synced 2026-06-14 14:36:47 +00:00
9 lines
207 B
Meson
9 lines
207 B
Meson
astal_wireplumber_inc = include_directories('.', 'astal/wireplumber', 'private')
|
|
astal_wireplumber_headers = files(
|
|
'astal-wp.h',
|
|
)
|
|
|
|
install_headers(astal_wireplumber_headers)
|
|
|
|
subdir('astal/wireplumber')
|