share/hedgewars/Data/Themes/Christmas/CMakeLists.txt
author Periklis Ntanasis <pntanasis@gmail.com>
Tue, 03 Dec 2013 17:06:40 +0200
changeset 9740 d159ddae0358
parent 4636 b7c3c7bc6d1f
permissions -rw-r--r--
fixed user gain control of npc, rope cheat and overlapping bubbles in fruit01

file(GLOB images *.png)

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