share/hedgewars/Data/Themes/Christmas/CMakeLists.txt
author koda
Tue, 11 Jun 2013 10:45:34 +0200
changeset 9192 a8a717cf4a66
parent 4636 b7c3c7bc6d1f
permissions -rw-r--r--
use BUILD_SHARED_LIBS to control whether a library is shared or static, make our bundled physfs library check for this configuration

file(GLOB images *.png)

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