summaryrefslogtreecommitdiff
path: root/data/themes/enchilado/CMakeLists.txt
blob: 3c7a967c13299d246069045ea526be25acaa48c7 (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
SET (FILES
    buy.xml
    colors.xml
    cutin.xml
    equipment.xml
    info.xml
    inventory.xml
    mailedit.xml
    npc.xml
    ok.xml
    outfits.xml
    popup.xml
    progressbar.xml
    quests.xml
    sell.xml
    server.xml
    serverinfo.xml
    shop.xml
    window.png
    window.xml
    world.xml
    )

INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/themes/enchilado)