bin/CMakeLists.txt
author koda
Thu, 25 Nov 2010 02:45:52 +0100
changeset 4356 d1d26f8963a3
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
update some files for new graphics and new ios4.2 most importantly rotation finally seems to work on iphone also fix two glitches for old gen devices

if(WIN32 AND NOT UNIX)
	file(GLOB DLLs *.dll)
	
	install(FILES
		${DLLs}
		DESTINATION bin)
endif(WIN32 AND NOT UNIX)