share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author mikade
Fri, 09 Sep 2011 02:11:51 +0200
changeset 5817 70208e400a59
parent 4513 1dd97c710f5a
child 8443 2debc9b9f917
permissions -rw-r--r--
For now, don't spawn anything other than health crates.

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

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