share/hedgewars/Data/Themes/Island/CMakeLists.txt
author nemo
Fri, 26 Feb 2010 16:29:00 +0000
changeset 2873 e7acb0251a22
parent 2602 3deb9ff104da
permissions -rw-r--r--
Font switch requested by Copy Liu in issue #220 - a GPL CJK font set that includes some hand-drawn bitmaps for lower resolutions, reducing fuzziness of CJK chars in places like the ammo menu

file(GLOB images *.png)

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