share/hedgewars/Data/Themes/Halloween/CMakeLists.txt
author koda
Thu, 05 Nov 2009 20:47:42 +0000
changeset 2602 3deb9ff104da
parent 2468 0b62498c201a
permissions -rw-r--r--
update themes cmakefiles to use GLOB instead of listing all the files

file(GLOB images *.png)

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