18 lines
265 B
Meson
18 lines
265 B
Meson
|
brushes_types = [
|
||
|
'Basic',
|
||
|
'Fun',
|
||
|
'Legacy',
|
||
|
'Media',
|
||
|
'Sketch',
|
||
|
'Splatters',
|
||
|
'Texture',
|
||
|
]
|
||
|
|
||
|
foreach brushes_type : brushes_types
|
||
|
subdir(brushes_type)
|
||
|
install_data(
|
||
|
brushes,
|
||
|
install_dir: pikadatadir / 'brushes' / brushes_type,
|
||
|
)
|
||
|
endforeach
|