PIKApp/themes/meson.build

16 lines
217 B
Meson
Raw Normal View History

2023-09-26 00:35:21 +02:00
subdir('Default')
subdir('Darker')
subdir('Compact')
themes = [
'Gray',
'System',
]
foreach theme : themes
install_data(
theme / 'pika.css',
install_dir: pikadatadir / 'themes' / theme,
)
endforeach