share/hedgewars/Data/Themes/Brick/CMakeLists.txt
author sheepluva
Sat, 05 Jul 2014 21:22:42 +0200
changeset 10356 7d1044267b83
parent 3506 0523e68f1972
child 11778 ae10ff578eb2
permissions -rw-r--r--
for real this time

file(GLOB images *.png)

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