share/hedgewars/Data/Scripts/CMakeLists.txt
author Henek
Fri, 10 Dec 2010 23:58:15 +0100
changeset 4502 759c1a3bb156
child 4513 1dd97c710f5a
permissions -rw-r--r--
lua access to data dir by GetDataPath and made a new scripting translation system with Locale.lua as library and .lua files under Locale. Updated maps Basketball and Knockball to this new system.

file(GLOB luafiles *.lua)

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