share/hedgewars/Data/Trainings/CMakeLists.txt
author unc0rr
Mon, 17 Nov 2008 16:48:38 +0000
changeset 1497 b4586b0f4426
parent 596 38bdde6a54c1
permissions -rw-r--r--
Include CPP option into source file for easy use

file(GLOB Trainings 0*.txt)

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