Closes #4982 Closes #4964 Switched to CMake, added an installer/uninstaller

This commit is contained in:
Eric Gregory 2012-04-23 18:54:26 -07:00
parent 3b1c6d8122
commit 9e3bab47f0
21 changed files with 1175 additions and 483 deletions

9
icons/CMakeLists.txt Normal file
View 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})