share/hedgewars/Data/Missions/CMakeLists.txt
author unc0rr
Sat, 06 Mar 2010 18:23:25 +0000
changeset 2961 3e057dfa601f
parent 2788 3590214a0023
child 3011 73c8f618fd8b
permissions -rw-r--r--
Fix "FOLLOW" command handler and place it into proper file

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

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