share/hedgewars/Data/Graphics/CMakeLists.txt
author nemo
Thu, 31 Oct 2013 20:50:20 -0400
changeset 9663 1fa74f92555d
parent 8443 2debc9b9f917
permissions -rw-r--r--
so, lack of this was causing the team area to be too squat. at this point tho, I get the impression qt.css is outright replaced by birthday/christmas. This seems inconvenient, and if so, we should merge in changes to qt.css which has quite a bit more stuff in it

add_subdirectory(AmmoMenu)
add_subdirectory(Flags)
add_subdirectory(Graves)
add_subdirectory(Hats)
add_subdirectory(Hedgehog)
add_subdirectory(SuddenDeath)
add_subdirectory(Missions)

file(GLOB BaseSprites *.png)
list(REMOVE_ITEM BaseSprites *@2x.png)

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