diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-07-26 23:54:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-07-27 02:25:16 +0300 |
commit | 6c80045c4da5094014d623e3b855e31bfa8bf301 (patch) | |
tree | 700a97c0a468b4f69d48c197e403bf1adb0b3030 /data/graphics/badges/CMakeLists.txt | |
parent | d97569a88e332f682f3b668012b5ad502529d5bf (diff) | |
download | plus-6c80045c4da5094014d623e3b855e31bfa8bf301.tar.gz plus-6c80045c4da5094014d623e3b855e31bfa8bf301.tar.bz2 plus-6c80045c4da5094014d623e3b855e31bfa8bf301.tar.xz plus-6c80045c4da5094014d623e3b855e31bfa8bf301.zip |
Add team icons. Now it simple one color rectangles.
Diffstat (limited to 'data/graphics/badges/CMakeLists.txt')
-rw-r--r-- | data/graphics/badges/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/graphics/badges/CMakeLists.txt b/data/graphics/badges/CMakeLists.txt new file mode 100644 index 000000000..21100add2 --- /dev/null +++ b/data/graphics/badges/CMakeLists.txt @@ -0,0 +1,10 @@ +SET(FILES + team1.png + team1.xml + team2.png + team2.xml + team3.png + team3.xml + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/badges) |