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

file(GLOB images *.png)

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