bin/CMakeLists.txt
author nemo
Mon, 29 Oct 2012 09:35:16 -0400
changeset 7874 c8aba48f38dc
parent 7815 1a3a62b0ac11
child 8316 89232b2fa1d6
permissions -rw-r--r--
Arbitrarily tweaked to not firepunch loose, and to increase chance of bazooka doing it to about 20%

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