share/hedgewars/Data/Themes/Compost/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 08 Aug 2018 13:14:42 +0200
changeset 13644 05dd413393bf
parent 2602 3deb9ff104da
permissions -rw-r--r--
Make ammo count in ammo menu translatable, and replace “x” with “×”

file(GLOB images *.png)

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