share/hedgewars/Data/Themes/Cave/CMakeLists.txt
author unc0rr
Sun, 05 Jan 2014 23:58:13 +0400
branchwebgl
changeset 9958 5a222923c8f8
parent 6090 bf098cf5f998
child 11774 8b17caab10ec
permissions -rw-r--r--
- Don't define NOCONSOLE - Fix initialization with a pointer to stack (pas2c can't handle typed consts in functions) in uMisc.initModule

file(GLOB images *.png)

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