changeset 2602 | 3deb9ff104da |
parent 2510 | 9e5b83c0b88f |
--- a/share/hedgewars/Data/Themes/hell/CMakeLists.txt Thu Nov 05 20:40:31 2009 +0000 +++ b/share/hedgewars/Data/Themes/hell/CMakeLists.txt Thu Nov 05 20:47:42 2009 +0000 @@ -1,16 +1,6 @@ +file(GLOB images *.png) + install(FILES - BlueWater.png - Border.png - Clouds.png - Flake.png - horizont.png - icon.png - LandTex.png - plant1.png - plant2.png - plant3.png - plant4.png - Sky.png theme.cfg - horizont-lowres.png + ${images} DESTINATION ${SHAREPATH}Data/Themes/hell)