share/hedgewars/Data/Themes/Cake/CMakeLists.txt
author koda
Tue, 12 Mar 2013 17:18:55 +0100
changeset 8722 2dead6b84bca
parent 2602 3deb9ff104da
child 11772 927c45b83496
permissions -rw-r--r--
this should supposedly add hwplay:// schemes to windows, after user presses file association

file(GLOB images *.png)

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