share/hedgewars/Data/Forts/CMakeLists.txt
author koda
Tue, 02 Jun 2015 01:28:21 +0100
changeset 10972 bba0f1b7ebbc
parent 8443 2debc9b9f917
permissions -rw-r--r--
Fix retina rendering on OSX This does not actually improve any graphics, but at least OSX native GUI elements won't look pixellated any more.

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)