author | Wuzzy <Wuzzy2@mail.ru> |
Wed, 14 Mar 2018 23:02:11 +0100 | |
changeset 13215 | 25ebc1ac0967 |
parent 11778 | ae10ff578eb2 |
permissions | -rw-r--r-- |
10705
5983163cb7f9
Add Randy's Candy_v1 as an upgrade to the Cake theme, add Cake theme to list of selectable themes. Also add forgotten Hoggywood CMakeLists.txt.
nemo
parents:
diff
changeset
|
1 |
file(GLOB images *.png) |
5983163cb7f9
Add Randy's Candy_v1 as an upgrade to the Cake theme, add Cake theme to list of selectable themes. Also add forgotten Hoggywood CMakeLists.txt.
nemo
parents:
diff
changeset
|
2 |
|
5983163cb7f9
Add Randy's Candy_v1 as an upgrade to the Cake theme, add Cake theme to list of selectable themes. Also add forgotten Hoggywood CMakeLists.txt.
nemo
parents:
diff
changeset
|
3 |
install(FILES |
5983163cb7f9
Add Randy's Candy_v1 as an upgrade to the Cake theme, add Cake theme to list of selectable themes. Also add forgotten Hoggywood CMakeLists.txt.
nemo
parents:
diff
changeset
|
4 |
theme.cfg |
5983163cb7f9
Add Randy's Candy_v1 as an upgrade to the Cake theme, add Cake theme to list of selectable themes. Also add forgotten Hoggywood CMakeLists.txt.
nemo
parents:
diff
changeset
|
5 |
${images} |
11778 | 6 |
credits.txt |
10705
5983163cb7f9
Add Randy's Candy_v1 as an upgrade to the Cake theme, add Cake theme to list of selectable themes. Also add forgotten Hoggywood CMakeLists.txt.
nemo
parents:
diff
changeset
|
7 |
DESTINATION ${SHAREPATH}Data/Themes/Hoggywood) |