share/hedgewars/Data/Themes/Hoggywood/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sun, 20 Nov 2016 04:08:21 +0100
changeset 11965 72be38f6d0c0
parent 11773 ae10ff578eb2
permissions -rw-r--r--
Complete space campaign's spacetrip mission if all main+side missions are completed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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}
11773
ae10ff578eb2 add some more credits
sheepluva
parents: 10705
diff changeset
     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)