mirror of
https://github.com/zoriya/astal.git
synced 2026-05-28 00:21:24 +00:00
7 lines
127 B
Meson
7 lines
127 B
Meson
astal_river_inc = include_directories('.')
|
|
astal_river_headers = files(
|
|
'astal-river.h',
|
|
)
|
|
|
|
install_headers('astal-river.h')
|