share/hedgewars/Data/Scripts/CMakeLists.txt
author nemo
Wed, 27 Jun 2012 07:58:16 -0400
changeset 7308 40aa797c4ef0
parent 4513 1dd97c710f5a
child 8443 2debc9b9f917
permissions -rw-r--r--
Another try at the trace with more aggressive optimisation. Also tweaked the radial gradiant a bit to match the original more

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)