share/hedgewars/Data/Scripts/CMakeLists.txt
author nemo
Thu, 23 Dec 2010 23:46:14 -0500
changeset 4659 ce5897f53072
parent 4513 1dd97c710f5a
child 8443 2debc9b9f917
permissions -rw-r--r--
more fiddling with graphics to try and satisfy both fire and snow

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)