share/hedgewars/Data/Scripts/CMakeLists.txt
author belphegorr <szabibibi@gmail.com>
Mon, 25 Jun 2012 11:17:19 +0300
changeset 7205 cdc38e49a276
parent 4513 1dd97c710f5a
child 8443 2debc9b9f917
permissions -rw-r--r--
Added the helper script I forgot to add last time

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)