blob: 7a6c215c3dd6af69d12f14f73b4c07f13dd76f47 (
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
24
25
26
27
28
29
30
|
SET (FILES
bubble.png
buy.xml
colors.xml
cutin.xml
emotes.xml
equipment.xml
info.xml
inventory.xml
items.xml
mailedit.xml
npc.xml
ok.xml
outfits.xml
popup.xml
progress-indicator.png
progressbar.xml
quests.xml
sell.xml
server.xml
serverinfo.xml
shop.xml
spells.xml
unknown-item.png
window.png
window.xml
world.xml
)
INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/pink)
|