bin/CMakeLists.txt
author nemo
Wed, 08 Dec 2010 14:46:17 -0500
changeset 4491 dbd332f86dac
parent 1044 f759aae1062f
child 4501 53ac7d07e673
permissions -rw-r--r--
pngcrush the new 2x previews. This "make the preview look a bit crisper at same size in iphone 4" is now costing us 2,916,716 bytes

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