share/hedgewars/Data/Graphics/Hedgehog/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Mon, 03 Sep 2018 00:48:51 +0200
changeset 13750 be265ab8a4fb
parent 8443 2debc9b9f917
permissions -rw-r--r--
Call GetGlobals after entering Lua command with /lua

file(GLOB HedgehogSprites *.png)

install(FILES
    ${HedgehogSprites}
    DESTINATION ${SHAREPATH}Data/Graphics/Hedgehog)