share/hedgewars/Data/Themes/Christmas/CMakeLists.txt
author unc0rr
Tue, 29 Oct 2013 23:47:57 +0400
changeset 9655 e154ccca4dad
parent 4636 b7c3c7bc6d1f
permissions -rw-r--r--
Tinted crosshair (without that cool white dot in the middle)

file(GLOB images *.png)

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