share/hedgewars/Data/Themes/Cake/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 13 Mar 2018 16:57:20 +0100
branchqt5transition
changeset 13181 2148b493836e
parent 11772 927c45b83496
permissions -rw-r--r--
Update INSTALL.md about new Qt5 dependency
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: 2468
diff changeset
     1
file(GLOB images *.png)
3deb9ff104da update themes cmakefiles to use GLOB instead of listing all the files
koda
parents: 2468
diff changeset
     2
1540
adcf8c366c79 Add new themes data to build system
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: 1540
diff changeset
     4
    theme.cfg
2602
3deb9ff104da update themes cmakefiles to use GLOB instead of listing all the files
koda
parents: 2468
diff changeset
     5
    ${images}
11772
927c45b83496 music credits etc.
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: 1540
diff changeset
     7
    DESTINATION ${SHAREPATH}Data/Themes/Cake)