share/hedgewars/Data/Themes/Snow/CMakeLists.txt
author unc0rr
Fri, 02 Nov 2018 00:09:05 +0100
changeset 14071 649ccb9f8cfd
parent 11774 8b17caab10ec
permissions -rw-r--r--
Commit broken code for divide_edges in hope for salvation

file(GLOB images *.png)

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