summaryrefslogtreecommitdiff
path: root/data/themes/unity/CMakeLists.txt
blob: 1838a56ae26018b3c737b6e1d7859592c01d7d95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SET (FILES
    beingpopup.xml
    buy.xml
    char.xml
    colors.xml
    inventory.xml
    itempopup.xml
    npc.xml
    popup.xml
    quests.xml
    sell.xml
    server.xml
    shop.xml
    social.xml
    textpopup.xml
    window.png
    window.xml
    world.xml
    )

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