bin/CMakeLists.txt
author nemo
Thu, 23 Feb 2012 12:58:17 -0500
changeset 6734 9709d15dabfa
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Revert most of 033e4a8a9c74 and 9d501dc22f71 (see bug #362)

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