share/hedgewars/Data/Themes/Castle/CMakeLists.txt
author nemo
Fri, 24 May 2013 15:07:21 -0400
changeset 9055 45ebf126a5c2
parent 2602 3deb9ff104da
permissions -rw-r--r--
Quick and dirty fix for fact that we no longer prompt for a username on connect, so blank username simply errors on connect.

file(GLOB images *.png)

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