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

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

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