edi/data/images/meson.build

5 lines
145 B
Meson
Raw Normal View History

2017-10-03 09:52:45 -07:00
install_data(['about.png', 'welcome.png'],
install_dir: join_paths(get_option('prefix'), get_option('datadir'), 'edi', 'images')
)