bin/CMakeLists.txt
author belphegorr <szabibibi@gmail.com>
Sat, 21 Jul 2012 01:47:34 +0300
changeset 7257 566bdf2f023b
parent 4501 53ac7d07e673
child 7810 da60e6b6baa3
permissions -rw-r--r--
Modified DrawGear so that it doesn't draw the gear when it has message gmRemoveFromList (it was causing havoc when I used HideHog as it could not access the position of the hog)

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