share/hedgewars/Data/Forts/CMakeLists.txt
author koda
Mon, 04 Mar 2013 13:44:33 +0100
changeset 8642 d7062e684466
parent 8443 2debc9b9f917
permissions -rw-r--r--
use rev info from the just created file when configuring without mercurial

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)