summaryrefslogtreecommitdiff
path: root/data/icons/CMakeLists.txt
blob: 009ed32e9f9903dea84d83f3369e38dff0267e91 (plain) (blame)
1
2
3
4
5
6
7
8
9
SET(FILES
    tmw.ico
    tmw.png
    tmw.xpm
    )

INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/icons)

INSTALL(FILES "tmw.png" DESTINATION share/pixmaps)