share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author unc0rr
Sun, 09 Feb 2014 00:44:29 +0400
changeset 10124 aabd1b75d5a3
parent 8443 2debc9b9f917
permissions -rw-r--r--
Even more explicit type conversions and other stuff to help pas2c use ansistrings

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

install(FILES
    ${HatSprites}
    DESTINATION ${SHAREPATH}Data/Graphics/Hats)