share/hedgewars/Data/Graphics/AmmoMenu/CMakeLists.txt
author unc0rr
Sat, 15 Jun 2013 23:45:53 +0400
branchwebgl
changeset 9166 3774ac58e65e
parent 8330 aaefa587e277
permissions -rw-r--r--
- Fix 'and not' without parentheses - Better detection of such occasions

file(GLOB AmmoMenuSprites *.png)

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