summaryrefslogtreecommitdiff
path: root/data/graphics/badges/CMakeLists.txt
blob: b8e7002fb15e1f07d391853d4d90e889e9bad472 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SET(FILES
    away.png
    away.xml
    gm.png
    gm.xml
    inactive.png
    inactive.xml
    shop.png
    shop.xml
    team1.png
    team1.xml
    team2.png
    team2.xml
    team3.png
    team3.xml
    )

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