share/hedgewars/Data/Themes/Snow/CMakeLists.txt
author nemo
Tue, 29 Jun 2010 15:52:13 -0400
changeset 3589 115c76f94b4a
parent 2602 3deb9ff104da
child 11769 8b17caab10ec
permissions -rw-r--r--
Dammit. Forgot to pull/rebase before making the VG change

file(GLOB images *.png)

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