share/hedgewars/Data/Missions/CMakeLists.txt
author smxx
Wed, 10 Feb 2010 01:02:20 +0000
changeset 2788 3590214a0023
parent 2786 85f6425a4d74
child 3011 73c8f618fd8b
permissions -rw-r--r--
* Forgot to update CMakeLists.txt for proper INSTALL

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

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