share/hedgewars/Data/Graphics/CMakeLists.txt
author koda
Wed, 21 Sep 2011 02:05:42 +0200
changeset 5976 306cedbeb213
parent 4748 ce9b48de1f52
child 6048 ae213ef7030a
permissions -rw-r--r--
fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
969
7e8a87136fae - Add CMake script for Hats folder
unc0rr
parents: 822
diff changeset
     1
add_subdirectory(AmmoMenu)
2747
7889a3a9724f Server:
smxx
parents: 969
diff changeset
     2
add_subdirectory(Flags)
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 181
diff changeset
     3
add_subdirectory(Graves)
969
7e8a87136fae - Add CMake script for Hats folder
unc0rr
parents: 822
diff changeset
     4
add_subdirectory(Hats)
822
2ae8fd8ef804 Use 'rope gun' sprite
unc0rr
parents: 562
diff changeset
     5
add_subdirectory(Hedgehog)
4748
ce9b48de1f52 sudden death, now with visual and audial effects :D
Henek
parents: 2747
diff changeset
     6
add_subdirectory(SuddenDeath)
562
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
     7
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
     8
file(GLOB BaseSprites *.png) 
5976
306cedbeb213 fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
koda
parents: 4748
diff changeset
     9
list(REMOVE_ITEM BaseSprites *@2x.png)
562
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
    10
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 181
diff changeset
    11
install(FILES
562
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
    12
	${BaseSprites}
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
    13
	DESTINATION ${SHAREPATH}Data/Graphics)