share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author Vatten
Tue, 30 Oct 2012 18:01:11 -0400
branch0.9.18
changeset 7895 ac1610a7b7fa
parent 4513 1dd97c710f5a
child 8443 2debc9b9f917
permissions -rw-r--r--
apparently an older version was provided earlier and this one is newer and theoretically desync free. untested.

file(GLOB luafiles *.lua)
file(GLOB cfgfiles *.cfg)

install(FILES
	${luafiles}
	${cfgfiles}
	DESTINATION ${SHAREPATH}Data/Scripts/Multiplayer)