summaryrefslogtreecommitdiff
path: root/data/graphics/gui/CMakeLists.txt
blob: 1ca4ee72a5ddc6ee5ce20f5cadce501ca82d9f83 (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
SET (FILES
    bg_quad_dis.png
    button.png
    button_disabled.png
    buttonhi.png
    buttonpress.png
    checkbox.png
    close_button.png
    deepbox.png
    fixedfont.png
    hits_blue.png
    hits_red.png
    hits_yellow.png
    hscroll_left_default.png
    hscroll_left_highlight.png
    hscroll_left_pressed.png
    hscroll_right_default.png
    hscroll_right_highlight.png
    hscroll_right_pressed.png
    item_shortcut_bgr.png
    mouse.png
    menuitemD.png
    menuitemF.png
    menuitemN.png
    menuitemP.png
    radioin.png
    radioout.png
    resize.png
    rpgfont_wider.png
    selection.png
    slider.png
    target-cursor-blue-l.png
    target-cursor-blue-m.png
    target-cursor-blue-s.png
    target-cursor-red-l.png
    target-cursor-red-m.png
    target-cursor-red-s.png
    thickborder.png
    unknown-item.png
    vscroll_blue.png
    vscroll_down_default.png
    vscroll_down_highlight.png
    vscroll_down_pressed.png
    vscroll_grey.png
    vscroll_red.png
    vscroll_up_default.png
    vscroll_up_highlight.png
    vscroll_up_pressed.png
    )

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