share/hedgewars/Data/Graphics/Flags/CMakeLists.txt
author Wuzzy <almikes@aol.com>
Thu, 21 Sep 2017 16:53:07 +0200
changeset 12473 faed28f815c7
parent 8443 2debc9b9f917
permissions -rw-r--r--
Simplify error messages in record play page and fix poor grammar.

file(GLOB FlagTemplates *.png)

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