bin/CMakeLists.txt
author nemo
Fri, 12 Aug 2011 15:33:07 -0400
changeset 5554 b27ed6c6f538
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Revert ParseCommandOverride change since it appears to be badly screwing up scripting. Need to find out why. This backs out 7f57d0c7816a and the recent workaround.

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