share/hedgewars/Data/Graphics/AmmoMenu/CMakeLists.txt
author koda
Sun, 27 Jan 2013 00:01:26 +0100
changeset 8443 2debc9b9f917
parent 8163 13c6d1feae99
permissions -rw-r--r--
remove trailing whitespaces from share too

file(GLOB AmmoMenuSprites *.png)

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