bin/CMakeLists.txt
author sheepluva
Mon, 24 Oct 2011 06:10:28 +0200
changeset 6195 6c9ada03602d
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
* fixing my hat preview bug nemo pointed out (thanks!) + cleanup of edit page loading, should speeed up application startup a bit.

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