share/hedgewars/Data/Missions/Training/CMakeLists.txt
author sheepluva
Thu, 01 Apr 2010 00:56:38 +0000
changeset 3227 ac48cbe175c8
parent 3011 73c8f618fd8b
child 3238 e99a43a2405b
permissions -rw-r--r--
add fixed mission script files incl. inu's translation (portuguese I believe)
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)