share/hedgewars/Data/Forts/CMakeLists.txt
author koda
Sun, 17 Mar 2013 01:34:24 +0100
changeset 8740 3eb1891f81ef
parent 8443 2debc9b9f917
permissions -rw-r--r--
use a local storage for chat history which prevents mix ups in netgame and simplifies code

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)