summaryrefslogtreecommitdiff
path: root/data/icons/CMakeLists.txt
blob: e50c7ab931f319797493e3c4bbe63aef5f61cce6 (plain) (blame)
1
2
3
4
5
6
7
SET(FILES
    tmw.png
    )

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

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