share/hedgewars/Data/Graphics/Flags/CMakeLists.txt
author nemo
Wed, 02 Sep 2015 11:55:37 -0400
changeset 11067 c632b47b8ff0
parent 8443 2debc9b9f917
permissions -rw-r--r--
Trying to get these scripts to behave properly, still WIP though.

file(GLOB FlagTemplates *.png)

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