share/hedgewars/Data/Themes/Digital/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Tue, 24 Apr 2018 21:49:12 +0200
changeset 13344 4f9108f82879
parent 5104 e31409482740
permissions -rw-r--r--
Pas2C: Add support for char + ansistring (for real this time)

file(GLOB images *.png)

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