share/hedgewars/Data/Themes/Digital/CMakeLists.txt
author sheepluva
Tue, 05 Apr 2011 20:28:44 +0200
changeset 5104 e31409482740
permissions -rw-r--r--
Digital-Theme, converted+fixed as requested by koda, sorry I had no choice. He would had been all "couch" again if I hadn't done this for him :( XD

file(GLOB images *.png)

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