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

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

INSTALL(FILES "manaplus.svg" DESTINATION share/icons/hicolor/scalable/apps)