summaryrefslogtreecommitdiff
path: root/data/graphics/sprites/CMakeLists.txt
blob: bc5d7d70c53647f1bf47b6c91a0cf794af0c86ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SET(FILES
    arrow_down.png
    arrow_left.png
    arrow_right.png
    arrow_up.png
    chatemotes.png
    error.png
    error.xml
    manaplus_emotions.png
    manaplus_emote.xml
    manaplus_emotes.xml
    test.xml
    )

INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/sprites)