share/hedgewars/Data/Forts/CMakeLists.txt
author sheepluva
Mon, 28 Apr 2014 16:52:00 +0200
changeset 10230 361d36ec5181
parent 8443 2debc9b9f917
permissions -rw-r--r--
minimal changes for compatibility with lua 5.2, thanks to v4hn for fixing standard library loads. note: ALSO compatibile with (internal) lua 5.1, until something bothers to upgrade bundled lua version

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)