bin/CMakeLists.txt
author koda
Mon, 23 Apr 2012 04:14:21 +0200 (2012-04-23)
changeset 6915 be298851fc7b
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
when libpng is not found, gratiously fallback to bmp screenshots; untested
if(WIN32 AND NOT UNIX)
	file(GLOB DLLs *.dll)
	file(GLOB ICOs *.ico)
	
	install(FILES
		${DLLs}
		${ICOs}
		DESTINATION bin)
endif(WIN32 AND NOT UNIX)