share/hedgewars/Data/Scripts/Multiplayer/CMakeLists.txt
author nemo
Thu, 17 May 2012 20:23:58 -0400
changeset 7091 7989850b4418
parent 4513 1dd97c710f5a
child 8443 2debc9b9f917
permissions -rw-r--r--
Might help if this was actually its own unique weapon

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

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