share/hedgewars/Data/Graphics/CMakeLists.txt
author Wuzzy
Mon, 18 Nov 2013 22:14:16 +0100
changeset 9704 055fee9da6a0
parent 8443 2debc9b9f917
permissions -rw-r--r--
german translation update PS: * I also merged in the typo fixes by nemo and hasufell * Sorry it took so looooong for this to actually get committed -sheepluva

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)