mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-31 07:12:18 +00:00
9 lines
249 B
Meson
9 lines
249 B
Meson
install_data([ 'enlightenment.png',
|
|
'test.png',
|
|
'test.jpg',
|
|
'test.edj',
|
|
'test.svg'
|
|
],
|
|
install_dir: join_paths(dir_data, 'enlightenment/data/images')
|
|
)
|