share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author sheepluva
Sat, 16 Jan 2016 19:20:06 +0100
changeset 11515 4dd77731453b
parent 8443 2debc9b9f917
permissions -rw-r--r--
update some old google code links in the code/etc. thanks Wuzzy for the heads-up

add_subdirectory(Reserved)

file(GLOB HatSprites *.png)

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