share/hedgewars/Data/Themes/Castle/CMakeLists.txt
author sheepluva
Wed, 22 Mar 2023 09:54:30 +0100
changeset 15959 b6cd49768fc5
parent 2602 3deb9ff104da
permissions -rw-r--r--
This is an empty commit, for testing purposes.

file(GLOB images *.png)

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