share/hedgewars/Data/Missions/Training/CMakeLists.txt
author smxx
Wed, 17 Mar 2010 12:30:55 +0000
changeset 3011 73c8f618fd8b
child 3238 e99a43a2405b
permissions -rw-r--r--
General: * Reorganized training files
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3011
73c8f618fd8b General:
smxx
parents:
diff changeset
     1
file(GLOB Scripts *.lua)
73c8f618fd8b General:
smxx
parents:
diff changeset
     2
73c8f618fd8b General:
smxx
parents:
diff changeset
     3
install(FILES
73c8f618fd8b General:
smxx
parents:
diff changeset
     4
	${Scripts}
73c8f618fd8b General:
smxx
parents:
diff changeset
     5
	DESTINATION ${SHAREPATH}Data/Missions/Training)