share/hedgewars/Data/Themes/Snow/CMakeLists.txt
author sheepluva
Sun, 18 Jan 2015 15:36:36 +0100
changeset 10795 5672d43e8d88
parent 2602 3deb9ff104da
child 11774 8b17caab10ec
permissions -rw-r--r--
fix pas2c (airbomb code: "not" statement in boolean expression was without parentheses)

file(GLOB images *.png)

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