share/hedgewars/Data/Forts/CMakeLists.txt
author koda
Fri, 06 Dec 2013 00:56:56 +0100
branchsdl2transition
changeset 9709 9315727c0f1d
parent 8443 2debc9b9f917
permissions -rw-r--r--
Qt and SDL2 do not play nice on osx apparently

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)