share/hedgewars/Data/Themes/Planes/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 03 Sep 2018 00:03:06 +0200
changeset 13745 d7b72ea8d136
parent 2602 3deb9ff104da
permissions -rw-r--r--
Fix buggy behaviour when setting TurnTimeLeft through Retreat

file(GLOB images *.png)

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