share/hedgewars/Data/Themes/Bath/CMakeLists.txt
author nemo
Tue, 19 Apr 2011 15:34:21 -0400
changeset 5165 91fb710a6668
parent 2602 3deb9ff104da
permissions -rw-r--r--
Disable Digital/Beach since Tiy's made clear he feels the problems are too extensive to fix. Remove Chunk from Beach theme due copyright violation
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
1092
75f38475e7c5 Add Bath map
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: 1274
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: 1274
diff changeset
     6
    DESTINATION ${SHAREPATH}Data/Themes/Bath)