share/hedgewars/Data/Themes/Halloween/CMakeLists.txt
author koda
Wed, 24 Nov 2010 23:34:10 +0100
changeset 4352 5a7b02cadc68
parent 2602 3deb9ff104da
permissions -rw-r--r--
update graphics names, path, resolution, content...

file(GLOB images *.png)

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