share/hedgewars/Data/Themes/Freeway/CMakeLists.txt
author sheepluva
Fri, 29 Apr 2016 00:56:04 +0200
changeset 11769 8b17caab10ec
parent 2602 3deb9ff104da
permissions -rw-r--r--
some initial credits-display implementation

file(GLOB images *.png)

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