share/hedgewars/Data/Themes/EarthRise/CMakeLists.txt
author sheepluva
Sat, 06 Jan 2018 03:17:12 +0100
branchqmlfrontend
changeset 12887 bf58f2403953
parent 11774 8b17caab10ec
permissions -rw-r--r--
whoops, I ruined the path of the unC0Rr

file(GLOB images *.png)

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