share/hedgewars/Data/Themes/Christmas/CMakeLists.txt
author sheepluva
Wed, 13 Aug 2014 15:16:33 +0200
changeset 10382 a5752075f897
parent 4636 b7c3c7bc6d1f
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/Christmas)