share/hedgewars/Data/Graphics/Flags/CMakeLists.txt
author nemo
Fri, 27 Dec 2013 17:06:21 -0500
changeset 9871 a220ae2097d8
parent 8443 2debc9b9f917
permissions -rw-r--r--
add the source image so it doesn't get misplaced again

file(GLOB FlagTemplates *.png)

install(FILES
    ${FlagTemplates}
    DESTINATION ${SHAREPATH}Data/Graphics/Flags)