share/hedgewars/Data/Graphics/AmmoMenu/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Wed, 09 Jan 2019 19:39:48 +0100
changeset 14530 ec0afe1c6024
parent 8330 aaefa587e277
permissions -rw-r--r--
Add control (default: X) to unselect current weapon

file(GLOB AmmoMenuSprites *.png)

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