share/hedgewars/Data/Themes/Golf/CMakeLists.txt
author unC0Rr
Wed, 04 Jan 2023 15:26:30 +0100
branchtransitional_engine
changeset 15935 b4809653f9d6
parent 11773 ae10ff578eb2
permissions -rw-r--r--
Fix fill points getting out of bounds when the map is mirrored

file(GLOB images *.png)

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