share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author nemo
Thu, 18 Jun 2009 01:51:25 +0000
changeset 2168 5ffb01c3b176
parent 969 7e8a87136fae
child 2874 3c7c2bf1ba38
permissions -rw-r--r--
Tiy's new airstrike graphic
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
969
7e8a87136fae - Add CMake script for Hats folder
unc0rr
parents:
diff changeset
     1
file(GLOB HatSprites *.png)
7e8a87136fae - Add CMake script for Hats folder
unc0rr
parents:
diff changeset
     2
7e8a87136fae - Add CMake script for Hats folder
unc0rr
parents:
diff changeset
     3
install(FILES
7e8a87136fae - Add CMake script for Hats folder
unc0rr
parents:
diff changeset
     4
	${HatSprites}
7e8a87136fae - Add CMake script for Hats folder
unc0rr
parents:
diff changeset
     5
	DESTINATION ${SHAREPATH}Data/Graphics/Hats)