This commit is contained in:
parent
3b1c6d8122
commit
9e3bab47f0
21 changed files with 1175 additions and 483 deletions
9
icons/CMakeLists.txt
Normal file
9
icons/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
set(ICONS_DEST share/geary/icons)
|
||||
|
||||
install(FILES archive-icon.png DESTINATION ${ICONS_DEST})
|
||||
install(FILES geary.png DESTINATION ${ICONS_DEST})
|
||||
install(FILES multiple-tags.png DESTINATION ${ICONS_DEST})
|
||||
install(FILES non-starred-grey.png DESTINATION ${ICONS_DEST})
|
||||
install(FILES one-tag.png DESTINATION ${ICONS_DEST})
|
||||
install(FILES starred.png DESTINATION ${ICONS_DEST})
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue