share/hedgewars/Data/Forts/CMakeLists.txt
author Wuzzy <Wuzzy2@mail.ru>
Sat, 28 Oct 2017 17:48:54 +0200
changeset 12793 575c0de98505
parent 8443 2debc9b9f917
permissions -rw-r--r--
Use SDL_SetRelativeMouseMode to detect mouse movements, fixes xinput issues

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)