summaryrefslogtreecommitdiff
path: root/data/graphics/sprites/CMakeLists.txt
blob: b076b3e753fc92e0c3dea7089c60d6c83a91dbd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
    test.xml
    )

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