share/hedgewars/Data/Forts/CMakeLists.txt
author sheepluva
Mon, 14 Mar 2016 14:38:23 +0100
changeset 11609 4df32636a4b2
parent 8443 2debc9b9f917
permissions -rw-r--r--
german translation: fix error due to confusion of plural "you" with singular "you"

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)