share/hedgewars/Data/Themes/Blox/CMakeLists.txt
author nemo
Wed, 06 Mar 2013 09:42:20 -0500
changeset 8670 fcb87b74ea7e
parent 2602 3deb9ff104da
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/Blox)