share/hedgewars/Data/Missions/Training/CMakeLists.txt
author mbait
Sun, 28 Mar 2010 23:10:33 +0000
changeset 3145 a9af6bf223cf
parent 3011 73c8f618fd8b
child 3238 e99a43a2405b
permissions -rw-r--r--
Birdy's falling feathers
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)