share/hedgewars/Data/Scripts/CMakeLists.txt
author Henek
Mon, 13 Dec 2010 04:52:23 +0100
changeset 4513 1dd97c710f5a
parent 4502 759c1a3bb156
child 8443 2debc9b9f917
permissions -rw-r--r--
added general scripts to multiplayer and added option for scripts to allow user set schemes or weapon sets.

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)