share/hedgewars/Data/Themes/Olympics/CMakeLists.txt
author nemo
Tue, 09 Feb 2010 18:58:44 +0000
changeset 2783 1532fde15179
parent 2707 633cac1d6f9a
permissions -rw-r--r--
Palewolf's patch to allow controlling proportion of various objects in themes. Desert and Nature have non-default values

file(GLOB images *.png)

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