share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author mbait
Sat, 27 Mar 2010 08:59:10 +0000
changeset 3100 5fe9c4ac4c99
parent 3011 73c8f618fd8b
child 3238 e99a43a2405b
permissions -rw-r--r--
Added poisoned eggs
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/Campaign)