summaryrefslogtreecommitdiff
path: root/data/themes/mana/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-10-02 12:42:47 +0300
committerAndrei Karas <akaras@inbox.ru>2013-10-02 12:42:47 +0300
commit945ee5304c690d11fb3b3bac683544ac0e0fb0a9 (patch)
tree36da25e39fc9116d71845bbd556ff4d28f1d6961 /data/themes/mana/CMakeLists.txt
parentd13de51121a332cf8613a38d7ed5468f971c999f (diff)
downloadplus-945ee5304c690d11fb3b3bac683544ac0e0fb0a9.tar.gz
plus-945ee5304c690d11fb3b3bac683544ac0e0fb0a9.tar.bz2
plus-945ee5304c690d11fb3b3bac683544ac0e0fb0a9.tar.xz
plus-945ee5304c690d11fb3b3bac683544ac0e0fb0a9.zip
Add legacy target selection image in mana theme.
Diffstat (limited to 'data/themes/mana/CMakeLists.txt')
-rw-r--r--data/themes/mana/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/data/themes/mana/CMakeLists.txt b/data/themes/mana/CMakeLists.txt
index f6a025de5..8c221594d 100644
--- a/data/themes/mana/CMakeLists.txt
+++ b/data/themes/mana/CMakeLists.txt
@@ -6,6 +6,18 @@ SET (FILES
npc.xml
quests.xml
social.xml
+ target-cursor-in-range-l.png
+ target-cursor-in-range-l.xml
+ target-cursor-in-range-m.png
+ target-cursor-in-range-m.xml
+ target-cursor-in-range-s.png
+ target-cursor-in-range-s.xml
+ target-cursor-normal-l.png
+ target-cursor-normal-l.xml
+ target-cursor-normal-m.png
+ target-cursor-normal-m.xml
+ target-cursor-normal-s.png
+ target-cursor-normal-s.xml
)
INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/mana)