share/hedgewars/Data/Themes/EarthRise/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Sun, 20 Nov 2016 04:08:21 +0100
changeset 11965 72be38f6d0c0
parent 11769 8b17caab10ec
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:
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
1084
61b753296c40 Add new map EarthRise by Joshua Frese
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: 1229
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}
11769
8b17caab10ec some initial credits-display implementation
sheepluva
parents: 2602
diff changeset
     6
    credits.txt
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: 1229
diff changeset
     7
    DESTINATION ${SHAREPATH}Data/Themes/EarthRise)