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

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

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