share/hedgewars/Data/Scripts/CMakeLists.txt
author unc0rr
Tue, 04 Jan 2011 22:33:20 +0300
changeset 4815 f2a3e1a51f4d
parent 4513 1dd97c710f5a
child 8443 2debc9b9f917
permissions -rw-r--r--
Clearly state which port is IPC connection on

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)