share/hedgewars/Data/Themes/Eyes/CMakeLists.txt
author sheepluva
Wed, 13 Aug 2014 15:16:33 +0200
changeset 10382 a5752075f897
parent 2602 3deb9ff104da
permissions -rw-r--r--
this should fix the cmake 3.0 issue. thanks to Spacey for reporting

file(GLOB images *.png)

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