blob: 8c221594d6225966d214bc635ccf499c82fc7e8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
SET (FILES
colors.xml
emotetabs.xml
info.xml
mouse.png
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)
|