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

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