summaryrefslogtreecommitdiff
path: root/graphics/sprites/CMakeLists.txt
blob: a9313b5c816bfabc30598f5e90bc81cb61f69733 (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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
SET(FILES
    emotions.png
    hairstyle1.png
    hairstyle1.xml
    hairstyle2.png
    hairstyle2.xml
    hairstyle3.png
    hairstyle3.xml
    hairstyle4.png
    hairstyle4.xml
    hairstyle5.png
    hairstyle5.xml
    hairstyle6.png
    hairstyle6.xml
    hairstyle7.png
    hairstyle7.xml
    item001.png
    item001.xml
    item002.png
    item002.xml
    item003.png
    item003.xml
    item004.png
    item004.xml
    item005.png
    item005.xml
    item006.png
    item006.xml
    item007.png
    item007.xml
    item008.png
    item008.xml
    item009.png
    item009.xml
    item010.png
    item010.xml
    monster0.png
    monster0.xml
    monster1.png
    monster1.xml
    monster2.png
    monster2.xml
    monster3.png
    monster3.xml
    monster4.png
    monster4.xml
    monster5.png
    monster5.xml
    monster6.png
    monster6.xml
    monster7.png
    monster7.xml
    monster8.png
    monster8.xml
    monster9.png
    monster9.xml
    monster10.png
    monster10.xml
    monster11.png
    monster11.xml
    monster12.png
    monster12.xml
    monster13.png
    monster13.xml
    monster14.png
    monster14.xml
    monster15.png
    monster15.xml
    monster16.png
    monster16.xml
    monster17.png
    monster17.xml
    monster18.png
    monster18.xml
    monster19.png
    monster19.xml
    npcs.png
    npc.xml
    player_female_base.png
    player_female_base.xml
    player_male_base.png
    player_male_base.xml
    weapon0.png
    weapon1.png
    weapons.xml
    )

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