add files to be installed to meson
This commit is contained in:
parent
d13f9d2824
commit
e987692c7a
2 changed files with 8 additions and 2 deletions
|
@ -18,3 +18,7 @@ singleapp_lib = singleapp_proj.get_variable('singleapp_lib')
|
|||
singleapp_dep = singleapp_proj.get_variable('singleapp_dep')
|
||||
|
||||
subdir('src')
|
||||
|
||||
install_data('misc/kima2.svg', install_dir : get_option('datadir') / 'icons/hicolor/scalable/apps')
|
||||
install_data('misc/kima2.desktop', install_dir : get_option('datadir') / 'applications')
|
||||
install_data('manual/Benutzerhandbuch.pdf', install_dir : get_option('datadir') / 'kima2')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue