share/hedgewars/Data/Forts/CMakeLists.txt
author unc0rr
Sat, 10 Mar 2018 23:43:32 +0100
branchqt5transition
changeset 13164 6f189da00c25
parent 8443 2debc9b9f917
permissions -rw-r--r--
Fix disabled button rendering

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)