share/hedgewars/Data/Themes/Brick/CMakeLists.txt
author nemo
Tue, 29 Jun 2010 15:52:13 -0400
changeset 3589 115c76f94b4a
parent 3506 0523e68f1972
child 11773 ae10ff578eb2
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/Brick)