share/hedgewars/Data/Themes/Freeway/CMakeLists.txt
author nemo
Fri, 30 Oct 2015 16:04:51 -0400
changeset 11262 6d5505bff3f3
parent 2602 3deb9ff104da
child 11774 8b17caab10ec
permissions -rw-r--r--
refocus camera on roping hog. totally untested.

file(GLOB images *.png)

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