share/hedgewars/Data/Forts/CMakeLists.txt
author koda
Tue, 12 Mar 2013 17:18:55 +0100
changeset 8722 2dead6b84bca
parent 8443 2debc9b9f917
permissions -rw-r--r--
this should supposedly add hwplay:// schemes to windows, after user presses file association

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)