share/hedgewars/Data/Graphics/AmmoMenu/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 01 Sep 2018 23:03:56 +0200
changeset 13737 8092b54ba19d
parent 8330 aaefa587e277
permissions -rw-r--r--
Check for victory before stTurnReact. Fixes 382

file(GLOB AmmoMenuSprites *.png)

install(FILES
    ${AmmoMenuSprites}
    DESTINATION ${SHAREPATH}Data/Graphics/AmmoMenu)