blob: 30d96d86de3412f7cbd5bdd6d5f273de15dbdd46 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
SET(FILES
tmw-icon.ico
tmw-icon.png
tmw-icon.xpm
)
INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/icons)
INSTALL(FILES "tmw-icon.png" DESTINATION share/pixmaps RENAME tmw.png)
|