share/hedgewars/Data/Forts/CMakeLists.txt
author antonc27 <antonc27@mail.ru>
Fri, 16 Oct 2015 17:34:06 +0200
branchios-revival
changeset 11218 d8135421833c
parent 8443 2debc9b9f917
permissions -rw-r--r--
- Added new set of tabbar icons for Settings on iPhone

file(GLOB FortSprites *L.png *R.png)
list(REMOVE_ITEM FortSprites *@2x.png)
list(REMOVE_ITEM FortSprites *-icon.png)

install(FILES
    ${FortSprites}
    DESTINATION ${SHAREPATH}Data/Forts)