share/hedgewars/Data/Themes/CrazyMission/CMakeLists.txt
author unC0Rr
Tue, 21 May 2024 14:38:30 +0200
changeset 16017 e8afb1bf2779
parent 2602 3deb9ff104da
permissions -rw-r--r--
Implement triggering advancement of simulation in qmlfrontend

file(GLOB images *.png)

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