share/hedgewars/Data/Missions/CMakeLists.txt
author smxx
Sat, 06 Mar 2010 13:55:58 +0000
changeset 2958 e6f7620da87e
parent 2788 3590214a0023
child 3011 73c8f618fd8b
permissions -rw-r--r--
Engine: * Changed order of game goals * Added texture drawing (based on pixel width/height; unused in HEAD right now but working on some ideas) * Added comments to trainings

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

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