bin/CMakeLists.txt
author koda
Mon, 12 Dec 2011 00:10:55 +0100
changeset 6528 fb2918089225
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
added 'loaded locale' message, other minor things

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