share/hedgewars/Data/Themes/Snow/CMakeLists.txt
author mario.liebisch
Wed, 16 Jun 2010 13:48:10 +0200
changeset 3506 0523e68f1972
parent 2602 3deb9ff104da
child 11769 8b17caab10ec
permissions -rw-r--r--
General: * Added new themes: Art, Brick, Stage * Added new background music: Art, Brick, Castle, Compost (former Nature), Desert, Olympics, Nature
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2602
3deb9ff104da update themes cmakefiles to use GLOB instead of listing all the files
koda
parents: 2510
diff changeset
     1
file(GLOB images *.png)
3deb9ff104da update themes cmakefiles to use GLOB instead of listing all the files
koda
parents: 2510
diff changeset
     2
810
2486368c3108 Snow theme and some sprites update by Tiyuri
unc0rr
parents:
diff changeset
     3
install(FILES
2468
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2092
diff changeset
     4
    theme.cfg
2602
3deb9ff104da update themes cmakefiles to use GLOB instead of listing all the files
koda
parents: 2510
diff changeset
     5
    ${images}
2468
0b62498c201a openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo
parents: 2092
diff changeset
     6
    DESTINATION ${SHAREPATH}Data/Themes/Snow)