summaryrefslogtreecommitdiff
path: root/data/graphics/badges/CMakeLists.txt
blob: 21100add233c6ad24685486fa28190e3a2890df6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
SET(FILES
    team1.png
    team1.xml
    team2.png
    team2.xml
    team3.png
    team3.xml
    )

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