share/hedgewars/Data/Forts/CMakeLists.txt
author sheepluva
Mon, 20 Jan 2014 10:40:59 +0100
changeset 10025 ec966363adbe
parent 8443 2debc9b9f917
permissions -rw-r--r--
new cmake option NOVERSIONINFOUPDATE -- to be used if source is in a git/repo that is NOT the hedgewars repo

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)