share/hedgewars/Data/Themes/EarthRise/CMakeLists.txt
author koda
Thu, 05 Nov 2009 20:47:42 +0000
changeset 2602 3deb9ff104da
parent 2510 9e5b83c0b88f
child 11769 8b17caab10ec
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/EarthRise)