share/hedgewars/Data/Themes/Freeway/CMakeLists.txt
changeset 2602 3deb9ff104da
parent 2510 9e5b83c0b88f
child 11769 8b17caab10ec
equal deleted inserted replaced
2601:21ed7cec1fa2 2602:3deb9ff104da
       
     1 file(GLOB images *.png)
       
     2 
     1 install(FILES
     3 install(FILES
     2     AppleDirt.png
       
     3     AppleSmall.png
       
     4     Border.png
       
     5     BottleDirt.png
       
     6     Clouds.png
       
     7     FishDirt.png
       
     8     Flake.png
       
     9     icon.png
       
    10     LandTex.png
       
    11     Sky.png
       
    12     Tire.png
       
    13     TireDirt.png
       
    14     horizont.png
       
    15     theme.cfg
     4     theme.cfg
    16     horizont-lowres.png
     5     ${images}
    17     Sky-lowres.png
       
    18     DESTINATION ${SHAREPATH}Data/Themes/Freeway)
     6     DESTINATION ${SHAREPATH}Data/Themes/Freeway)