share/hedgewars/Data/Missions/CMakeLists.txt
author nemo
Thu, 04 Mar 2010 19:35:27 +0000
changeset 2932 9bc0cf3c7ac1
parent 2788 3590214a0023
child 3011 73c8f618fd8b
permissions -rw-r--r--
Activate hedgehogs if explosives are falling. They could be sitting on top.

file(GLOB Trainings *.hwt)
file(GLOB Singleplayer *.hwm)
file(GLOB Cooperative *.hwc)

install(FILES
	${Trainings}
	${Singleplayer}
	${Cooperative}
	DESTINATION ${SHAREPATH}Data/Missions)