blob: 22110ba93e2e12c5861ba1e62826e484bf77cd3a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
SET(FILES
gm.png
gm.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)
|