share/hedgewars/Data/Themes/Brick/CMakeLists.txt
author koda
Wed, 06 Mar 2013 16:48:03 +0100
changeset 8674 fff355ba2902
parent 3506 0523e68f1972
child 11778 ae10ff578eb2
permissions -rw-r--r--
our cmake modules have become good enough, prefer them over system ones

file(GLOB images *.png)

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