bin/CMakeLists.txt
author nemo
Fri, 11 Nov 2011 14:05:39 -0500
changeset 6323 c1aa6a3c84a7
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Dir should not be 0, but set it to 1 if 0 in case I missed some other place this was done. Also correct cloud scaling.

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