share/hedgewars/Data/Graphics/Flags/CMakeLists.txt
author nemo
Fri, 07 Jun 2013 22:12:15 -0400
changeset 9157 2f8b60b89121
parent 8443 2debc9b9f917
permissions -rw-r--r--
ok. this could be tidier, but, I'm sick of hogs w/ unmodified thaw thawing on exactly wrong turn.

file(GLOB FlagTemplates *.png)

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