share/hedgewars/Data/Graphics/Hats/CMakeLists.txt
author unc0rr
Sun, 01 Jun 2008 18:54:10 +0000
changeset 969 7e8a87136fae
child 2874 3c7c2bf1ba38
permissions -rw-r--r--
- Add CMake script for Hats folder - Disable fullscreen switching, as it causes troubles
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)