bin/CMakeLists.txt
author koda
Sun, 12 Jul 2009 13:51:29 +0000
changeset 2257 7eb31efcfb9b
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
updates licence and fix a memory leak (which was consuming iphone memory)

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