bin/CMakeLists.txt
author unc0rr
Mon, 10 Jan 2011 15:53:49 +0300
changeset 4830 c5ddc3e6c8a4
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Don't waste CPU cycles trying to find a piece of land when there's no free land left

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