share/hedgewars/Data/Themes/Planes/CMakeLists.txt
author sheepluva
Sun, 10 Jan 2016 21:14:06 +0100
changeset 11498 62da13a15aff
parent 2602 3deb9ff104da
permissions -rw-r--r--
merge Wuzzy's bluehogfix bookmark. note: there might be a cleaner fix...

file(GLOB images *.png)

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