share/hedgewars/Data/Themes/Planes/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Fri, 31 Aug 2018 19:19:39 +0200
changeset 13727 6cdb12449be7
parent 2602 3deb9ff104da
permissions -rw-r--r--
Add description of hwengine command-line arguments in --help

file(GLOB images *.png)

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