share/hedgewars/Data/Scripts/CMakeLists.txt
author unc0rr
Thu, 22 Mar 2012 22:55:38 +0400
changeset 6805 097289be7200
parent 4513 1dd97c710f5a
child 8443 2debc9b9f917
permissions -rw-r--r--
Add more strictness in hope it will help with space leak

file(GLOB luafiles *.lua)

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

add_subdirectory(Multiplayer)