share/hedgewars/Data/Themes/Golf/CMakeLists.txt
author sheepluva
Mon, 08 Dec 2014 21:57:06 +0100
changeset 10644 3b8290381fcb
parent 5535 f18ae9c9ab3d
child 11773 ae10ff578eb2
permissions -rw-r--r--
make sure view limits are updated at start of game

file(GLOB images *.png)

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