share/hedgewars/Data/Missions/Campaign/CMakeLists.txt
author nemo
Mon, 04 Jun 2012 19:36:55 -0400
changeset 7181 0791c1f2734c
parent 3238 e99a43a2405b
child 7632 81e5e7092023
permissions -rw-r--r--
Welp. We have a bit of a problem here. Reverting the move of nextturn. But this causes a desync in scripting unless we can find a better fix.

file(GLOB Scripts *.lua)

install(FILES
	${Scripts}
	DESTINATION ${SHAREPATH}Data/Missions/Campaign)