share/hedgewars/Data/Themes/Castle/CMakeLists.txt
author unc0rr
Sun, 09 Feb 2014 00:44:29 +0400
changeset 10124 aabd1b75d5a3
parent 2602 3deb9ff104da
permissions -rw-r--r--
Even more explicit type conversions and other stuff to help pas2c use ansistrings

file(GLOB images *.png)

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