share/hedgewars/Data/Themes/Cave/CMakeLists.txt
author nemo
Thu, 27 Jun 2013 14:01:43 -0400
changeset 9291 15f7bb217b66
parent 6090 bf098cf5f998
child 11769 8b17caab10ec
permissions -rw-r--r--
Make add/delete consistent (this has bugged me for so long)

file(GLOB images *.png)

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