share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author nemo
Sun, 21 Oct 2012 22:34:20 -0400
changeset 7785 9b5dceaea976
parent 4513 1dd97c710f5a
child 8443 2debc9b9f917
permissions -rw-r--r--
Someone should look this over to make sure it should stay in

file(GLOB luafiles *.lua)
file(GLOB cfgfiles *.cfg)

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