share/hedgewars/Data/Themes/Planes/CMakeLists.txt
author nemo
Mon, 29 Oct 2012 16:26:26 -0400
changeset 7882 35dfc54ba2c6
parent 2602 3deb9ff104da
permissions -rw-r--r--
disable this block since it doesn't fit star's new graphic. doesn't show up often anyway, since unc0rr changed gst clearing
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
937
c1e6a770b043 Add theme and map Plane by Tiyuri
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: 937
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: 937
diff changeset
     6
    DESTINATION ${SHAREPATH}Data/Themes/Planes)