bin/CMakeLists.txt
author koda
Sat, 11 Jul 2009 15:22:10 +0000
changeset 2254 bb68e5a5be56
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
-fix bamboo theme (unsupported color profile) -added bamboo theme lowres images -new bindings for displaying the iPhone keyboard

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