summaryrefslogtreecommitdiff
path: root/data/test/CMakeLists.txt
blob: cca62955c5b31b9f2a0325c34eede2089f80d62a (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
SET(FILES
    arrow_up.png
    arrow_up_A.png
    arrow_up_B.png
    arrow_up_S.png
    dye.png
    equipmentwindow.xml
    hide.png
    items.xml
    palette.gpl
    paths.xml
    quests.xml
    serverlistplus.xml
    simplefile.txt
    test.txt
    test2.txt
    test.zip
    test2.zip
    test3.zip
    test4.zip
    test5.zip
    testintmap.xml
    units.xml
    )

INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/test)

ADD_SUBDIRECTORY(dir1 dir2)