share/hedgewars/Data/Themes/deepspace/CMakeLists.txt
author nemo
Tue, 16 Feb 2010 02:23:12 +0000
changeset 2818 df7ec369992b
parent 2602 3deb9ff104da
permissions -rw-r--r--
Should be equivalent, but in any case, not needed

file(GLOB images *.png)

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