misc/liblua/CMakeLists.txt
author smxx
Wed, 17 Feb 2010 17:38:32 +0000
changeset 2820 389e8b286afe
parent 2812 0a24853de796
child 2822 0533562bc3a4
permissions -rw-r--r--
Frontend: * Possible fix to engine window losing it's focus while Xfire is active (too sporadic to test)

IF(APPLE)
	file(GLOB lua_src *.c *.h) 
	set(CMAKE_OSX_ARCHITECTURES "x86_64;i386;ppc7400")	
	
	set (build_type STATIC)
	add_definitions(-DLUA_USE_LINUX)
	add_library (lua ${build_type} ${lua_src})
ENDIF(APPLE)