share/hedgewars/Data/Themes/Christmas/CMakeLists.txt
author sheepluva
Sat, 25 Aug 2012 22:55:47 +0200
changeset 7632 81e5e7092023
parent 4636 b7c3c7bc6d1f
permissions -rw-r--r--
add 'a classic fairytale' campaign to cmake install

file(GLOB images *.png)

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