share/hedgewars/Data/Missions/CMakeLists.txt
author smxx
Sun, 14 Mar 2010 22:55:46 +0000
changeset 2996 dfc7507a21a0
parent 2788 3590214a0023
child 3011 73c8f618fd8b
permissions -rw-r--r--
Engine: * Added explosives count to scripting variables * Fixed adding multiple teams using Lua (AmmoStore problem; temporary) * Added another example mission: Basketball with score table

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

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