share/hedgewars/Data/Themes/Island/CMakeLists.txt
author unc0rr
Sat, 24 Aug 2013 00:13:15 +0400
changeset 9409 6564baf7dedf
parent 2602 3deb9ff104da
permissions -rw-r--r--
Store TrophyRace records in database
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
1032
bf6f5122baf7 Set svn:eol-style to native
unc0rr
parents: 935
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: 1454
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: 1454
diff changeset
     6
    DESTINATION ${SHAREPATH}Data/Themes/Island)