share/hedgewars/Data/Themes/cheese/CMakeLists.txt
author nemo
Thu, 15 Oct 2009 21:47:05 +0000
changeset 2468 0b62498c201a
parent 1946 80030efe89fc
permissions -rw-r--r--
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_
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1946
80030efe89fc - Fix some CMakeFiles.txt files (by TheXception)
unc0rr
parents: 886
diff changeset
     1
file(GLOB images *.png)
80030efe89fc - Fix some CMakeFiles.txt files (by TheXception)
unc0rr
parents: 886
diff changeset
     2
238
85949b945906 Add files to packages
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: 1946
diff changeset
     4
    theme.cfg
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: 1946
diff changeset
     5
    ${images}
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: 1946
diff changeset
     6
    DESTINATION ${SHAREPATH}Data/Themes/cheese)