share/hedgewars/Data/Themes/Desert/CMakeLists.txt
author Henek
Thu, 30 Dec 2010 20:55:22 +0100
changeset 4789 7036abbaf3bb
parent 2709 4fa7c5bd067c
permissions -rw-r--r--
finnished refactoring the rest themes, and note comments on Eyes and Deepspace

file(GLOB images *.png)

install(FILES
    theme.cfg
    ${images}
    DESTINATION ${SHAREPATH}Data/Themes/Desert)