share/hedgewars/Data/Themes/Jungle/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Thu, 19 Jul 2018 19:35:28 +0200
changeset 13519 d8462cc9d42d
parent 11769 8b17caab10ec
permissions -rw-r--r--
Fix engine crash when trying to delete cameraFile but it doesn't exist

file(GLOB images *.png)

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