share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author unc0rr
Sat, 21 Nov 2009 17:28:05 +0000
changeset 2636 aa839d9d27e7
parent 969 7e8a87136fae
child 2874 3c7c2bf1ba38
permissions -rw-r--r--
Run "optipng -o5 -np -nc -nb" on all sprites in Data folder
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)