share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author smxx
Thu, 01 Apr 2010 10:33:29 +0000
changeset 3233 9d9ff51b9789
parent 3011 73c8f618fd8b
child 3238 e99a43a2405b
permissions -rw-r--r--
Misc: * Added Piano Strike (ultimate weapon) * Added Limburger Cheese Bomb (grenade) * Even more day-1-goodness
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)