share/hedgewars/Data/Themes/Christmas/CMakeLists.txt
author nemo
Wed, 06 Mar 2013 09:42:20 -0500
changeset 8670 fcb87b74ea7e
parent 4636 b7c3c7bc6d1f
permissions -rw-r--r--
*sigh* I always forget to pull when AFK for a while. btw. why are we still keeping binaries in here? ☹

file(GLOB images *.png)

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