author | Wuzzy <Wuzzy2@mail.ru> |
Sat, 07 Jul 2018 18:37:21 +0200 | |
changeset 13452 | 93ba1826b8c2 |
parent 11774 | 8b17caab10ec |
permissions | -rw-r--r-- |
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 |
|
1230 | 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:
1453
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} |
11774 | 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:
1453
diff
changeset
|
7 |
DESTINATION ${SHAREPATH}Data/Themes/Freeway) |