bin/CMakeLists.txt
author nemo
Sat, 20 Aug 2011 16:31:20 -0400
changeset 5610 f8bdc789ac60
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
-gh (heaptrace) appears to be the reason for crashing in DrawCircle on my system. I wonder if it has other bad behaviour as well.

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