share/hedgewars/Data/Graphics/AmmoMenu/CMakeLists.txt
author alfadur
Thu, 22 Nov 2018 00:49:55 +0300
changeset 14291 efa901b04bad
parent 8330 aaefa587e277
permissions -rw-r--r--
prevent qtmain from not being linked in on windows

file(GLOB AmmoMenuSprites *.png)

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