share/hedgewars/Data/Scripts/CMakeLists.txt
author belphegorr <szabibibi@gmail.com>
Fri, 10 Aug 2012 00:20:21 +0300
changeset 7438 195f9cbd6df6
parent 4513 1dd97c710f5a
child 8443 2debc9b9f917
permissions -rw-r--r--
Modified Animate.lua: Modified event removal function to check if removed event is before current one, added optional parameter to RemoveEventFunc for optional checking of parameter list identicity.

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)