share/hedgewars/Data/Themes/Castle/CMakeLists.txt
changeset 2602 3deb9ff104da
parent 2510 9e5b83c0b88f
equal deleted inserted replaced
2601:21ed7cec1fa2 2602:3deb9ff104da
       
     1 file(GLOB images *.png)
       
     2 
     1 install(FILES
     3 install(FILES
     2     Axe.png
       
     3     BlueWater.png
       
     4     Border.png
       
     5     Clouds.png
       
     6     Flake.png
       
     7     Girder.png
       
     8     horizont.png
       
     9     icon.png
       
    10     LandTex.png
       
    11     Shield.png
       
    12     SkyL.png
       
    13     Sky.png
       
    14     SkyR.png
       
    15     Spear.png
       
    16     Sword.png
       
    17     theme.cfg
     4     theme.cfg
    18     horizont-lowres.png
     5     ${images}
    19     Sky-lowres.png
       
    20     DESTINATION ${SHAREPATH}Data/Themes/Castle)
     6     DESTINATION ${SHAREPATH}Data/Themes/Castle)