summaryrefslogtreecommitdiff
path: root/data/graphics/sprites/CMakeLists.txt
blob: 4fb08d5cbc7cc396b8d055ca8d8521b7589cb7e1 (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
    manaverse_emotions.png
    manaverse_emote.xml
    manaverse_emotes.xml
    test.xml
    )

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